How to get coverage reporting when testing a pytest plugin?
Instead of using the pytest-cov plugin, use coverage to run pytest: That way, coverage will be started before pytest.
Instead of using the pytest-cov plugin, use coverage to run pytest: That way, coverage will be started before pytest.