diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-10-03 12:42:25 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-10-03 12:42:25 -0400 |
| commit | 894e95148082abf4ca4ed1242b62eb2ccf39442f (patch) | |
| tree | 75d43236fb7003742c9d2d29a12eed5941d4ef9d /tests | |
| parent | f1c4ef339570a4ee7ddcc5a7ff661615594797f2 (diff) | |
| download | python-coveragepy-894e95148082abf4ca4ed1242b62eb2ccf39442f.tar.gz | |
A better name for this test
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_api.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_api.py b/tests/test_api.py index 92d3cbc..61cd940 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. |
