diff options
Diffstat (limited to 'tests/test_summary.py')
-rw-r--r-- | tests/test_summary.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_summary.py b/tests/test_summary.py index 01b6f9d0..d7ee28ba 100644 --- a/tests/test_summary.py +++ b/tests/test_summary.py @@ -768,6 +768,8 @@ class SummaryTest2(UsingModulesMixin, CoverageTest): # needs of their setUp, rather than the product features they are testing. # There's probably a better way to organize these. + run_in_temp_dir = False + def test_empty_files(self): # Shows that empty files like __init__.py are listed as having zero # statements, not one statement. |