diff options
Diffstat (limited to 'tests/test_plugins.py')
-rw-r--r-- | tests/test_plugins.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_plugins.py b/tests/test_plugins.py index 874cf521..6a1d1f7d 100644 --- a/tests/test_plugins.py +++ b/tests/test_plugins.py @@ -163,7 +163,7 @@ if not C_TRACER: snoop_on_callbacks(cov) cov.config["run:plugins"] = ["tests.plugin1"] - # Import the python file, executing it. + # Import the Python file, executing it. self.start_import_stop(cov, "simple") _, statements, missing, _ = cov.analysis("simple.py") |