diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2013-09-28 12:55:23 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2013-09-28 12:55:23 -0400 |
commit | b33c041b055f0bc243790d6cce4bb32689f3b4f3 (patch) | |
tree | db1e93b4484bdd8ddd4edaf5eff23a504788df7c /tests/test_summary.py | |
parent | 21b7f19ee8667e835ffe944b2498038e7bde3b16 (diff) | |
download | python-coveragepy-git-b33c041b055f0bc243790d6cce4bb32689f3b4f3.tar.gz |
Mark a bunch of tests that don't need temp directories.
Diffstat (limited to 'tests/test_summary.py')
-rw-r--r-- | tests/test_summary.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_summary.py b/tests/test_summary.py index 22021997..f8426779 100644 --- a/tests/test_summary.py +++ b/tests/test_summary.py @@ -263,7 +263,7 @@ class SummaryTest2(CoverageTest): self.assertIn("tests/modules/pkg2/__init__ 0 0 100%", report) -class ReportingReturnValue(CoverageTest): +class ReportingReturnValueTest(CoverageTest): """Tests of reporting functions returning values.""" def run_coverage(self): |