diff options
Diffstat (limited to 'tests/test_data.py')
-rw-r--r-- | tests/test_data.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_data.py b/tests/test_data.py index 00d5d294..1e6ce027 100644 --- a/tests/test_data.py +++ b/tests/test_data.py @@ -108,6 +108,7 @@ class CoverageDataTest(DataTestHelpers, CoverageTest): # SQL data storage always has files on disk, even without .write(). # We need to separate the tests so they don't clobber each other. run_in_temp_dir = STORAGE == "sql" + no_files_in_temp_dir = True def test_empty_data_is_false(self): covdata = CoverageData() |