-
-
Notifications
You must be signed in to change notification settings - Fork 478
context labelled differently #901
Copy link
Copy link
Closed
Labels
Milestone
Description
pytest --cov=test_foo --cov-context=test; coverage report --contexts=test_foo
environ identical to #900
setting dynamic_context = test_function in .coveragerc, i get context reported as
test_foo.test_foo
but without that setting, the context is reported as
test_foo.py::test_foo|run
Reactions are currently unavailable