diff options
-rw-r--r-- | tests/test_plugins.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_plugins.py b/tests/test_plugins.py index c4fc3ac..2e8d52f 100644 --- a/tests/test_plugins.py +++ b/tests/test_plugins.py @@ -853,6 +853,8 @@ class BadFileTracerTest(FileTracerTest): class ConfigurerPluginTest(CoverageTest): """Test configuring plugins.""" + run_in_temp_dir = False + def test_configurer_plugin(self): cov = coverage.Coverage() cov.set_option("run:plugins", ["tests.plugin_config"]) |