diff options
Diffstat (limited to 'tests/test_api.py')
-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 b1532cf1..786d6aab 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -514,7 +514,7 @@ class ApiTest(CoverageTest): cov = coverage.Coverage() cov.start() - if "# pragma: nested": + if "pragma: nested": # Imports the test suite suite = import_local_file("testsuite") @@ -555,7 +555,7 @@ class ApiTest(CoverageTest): cov = coverage.Coverage(context="mysuite") cov.start() - if "# pragma: nested": + if "pragma: nested": # Imports the test suite suite = import_local_file("testsuite") |