From c253820ef50eb5c564cc6e8e513eebf31601c5f2 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 27 Feb 2012 19:33:20 +0000 Subject: Remove unnecessary unittest tearDown method --- morphlib/stopwatch_tests.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'morphlib/stopwatch_tests.py') diff --git a/morphlib/stopwatch_tests.py b/morphlib/stopwatch_tests.py index 460d765f..76490de8 100644 --- a/morphlib/stopwatch_tests.py +++ b/morphlib/stopwatch_tests.py @@ -25,9 +25,6 @@ class StopwatchTests(unittest.TestCase): def setUp(self): self.stopwatch = morphlib.stopwatch.Stopwatch() - def tearDown(self): - pass - def test_tick(self): self.stopwatch.tick('tick', 'a') self.assertTrue(self.stopwatch.times('tick')) -- cgit v1.2.1