summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_api.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_api.py b/tests/test_api.py
index 92d3cbc9..61cd9408 100644
--- a/tests/test_api.py
+++ b/tests/test_api.py
@@ -476,8 +476,8 @@ class AnalysisTest(CoverageTest):
self.assertEqual(nums.n_missing_branches, 2)
-class PluginTest(CoverageTest):
- """Test that the API works properly the way the plugins call it.
+class TestRunnerPluginTest(CoverageTest):
+ """Test that the API works properly the way various third-party plugins call it.
We don't actually use the plugins, but these tests call the API the same
way they do.