From e24504aa1fab837b6fad7e2d133b313a9665fb26 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 18 Nov 2009 06:34:46 -0500 Subject: Dur! This is a better way to indicate how the tests should run. --- test/test_phystokens.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test/test_phystokens.py') diff --git a/test/test_phystokens.py b/test/test_phystokens.py index ccbdb5a0..fa0fa043 100644 --- a/test/test_phystokens.py +++ b/test/test_phystokens.py @@ -26,9 +26,7 @@ HERE = os.path.split(__file__)[0] class PhysTokensTest(CoverageTest): """Tests for Coverage.py's improver tokenizer.""" - def setUp(self): - self.run_in_temp_dir = False - super(PhysTokensTest, self).setUp() + run_in_temp_dir = False def check_tokenization(self, source): """Tokenize `source`, then put it back together, should be the same.""" -- cgit v1.2.1