diff options
Diffstat (limited to 'tests/test_plugins.py')
-rw-r--r-- | tests/test_plugins.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_plugins.py b/tests/test_plugins.py index f5a17619..264e7aea 100644 --- a/tests/test_plugins.py +++ b/tests/test_plugins.py @@ -1023,9 +1023,9 @@ class DynamicContextPluginTest(CoverageTest): data = cov.get_data() expected = [ 'mytests', - 'mytests:doctest:HTML_TAG', - 'mytests:test:HTML_TAG', - 'mytests:test:RENDERERS', + 'mytests|doctest:HTML_TAG', + 'mytests|test:HTML_TAG', + 'mytests|test:RENDERERS', ] self.assertEqual(expected, sorted(data.measured_contexts())) |