summaryrefslogtreecommitdiff
path: root/test/test_cmdline.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-11-18 06:34:46 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-11-18 06:34:46 -0500
commite24504aa1fab837b6fad7e2d133b313a9665fb26 (patch)
treedd626d66088732d7a3fafb091788497e49429e97 /test/test_cmdline.py
parent688ecb98e29d9eb00e865813534e6e597c2b799d (diff)
downloadpython-coveragepy-git-e24504aa1fab837b6fad7e2d133b313a9665fb26.tar.gz
Dur! This is a better way to indicate how the tests should run.
Diffstat (limited to 'test/test_cmdline.py')
-rw-r--r--test/test_cmdline.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/test_cmdline.py b/test/test_cmdline.py
index 7f10dfac..cedcec1d 100644
--- a/test/test_cmdline.py
+++ b/test/test_cmdline.py
@@ -13,9 +13,7 @@ OK, ERR = 0, 1
class CmdLineTest(CoverageTest):
"""Tests of execution paths through the command line interpreter."""
- def setUp(self):
- self.run_in_temp_dir = False
- super(CmdLineTest, self).setUp()
+ run_in_temp_dir = False
INIT_LOAD = """\
.coverage(cover_pylib=None, data_suffix=False, timid=None, branch=None)