summaryrefslogtreecommitdiff
path: root/tests/test_plugins.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-09-02 07:24:58 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-09-02 10:03:43 -0400
commit8bb8175d9e14f1a47180ccd356060d5068bc769b (patch)
treea4a7b5602a562bd2e2e1e452405d5b20cfe854ed /tests/test_plugins.py
parentfcf665bb4db940dc36d036bb09cbda0bb1ac39af (diff)
downloadpython-coveragepy-git-8bb8175d9e14f1a47180ccd356060d5068bc769b.tar.gz
More tests need temp directories
Diffstat (limited to 'tests/test_plugins.py')
-rw-r--r--tests/test_plugins.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_plugins.py b/tests/test_plugins.py
index 04eea3df..b1614832 100644
--- a/tests/test_plugins.py
+++ b/tests/test_plugins.py
@@ -863,8 +863,6 @@ 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"])