summaryrefslogtreecommitdiff
path: root/tests/test_plugins.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_plugins.py')
-rw-r--r--tests/test_plugins.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_plugins.py b/tests/test_plugins.py
index aeffdb80..59be645c 100644
--- a/tests/test_plugins.py
+++ b/tests/test_plugins.py
@@ -257,7 +257,7 @@ class PluginTest(CoverageTest):
@pytest.mark.skipif(env.C_TRACER, reason="This test is only about PyTracer.")
-class PluginWarningOnPyTracer(CoverageTest):
+class PluginWarningOnPyTracerTest(CoverageTest):
"""Test that we get a controlled exception with plugins on PyTracer."""
def test_exception_if_plugins_on_pytracer(self):
self.make_file("simple.py", "a = 1")