Ensure doctests are not providing sole coverage for any code #1653
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed / contributions welcome
tests
pytest
Summary
PR #1467 showed that the doctests are currently providing coverage to some areas of the codebase that the tests themselves never reach (e.g., when moving the doctests to their own report, the coverage from running the tests dipped)
This isn't really good and the only thing that the doctests should be providing is testing of the docstring examples. We should add coverage of the codebase that is now provided by the doctests into the main tests.
Additional Information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: