[ENHANCEMENT] Doctesting #691
Labels
CI/CD
Something concerning the CI/CD pipeline
enhancement
New feature or request
Testing
Something which adds/modifies tests.
Is your feature request related to a problem? Please describe.
Documentation has fallen out of date for some functions or these functions produce unexpected results not described.
doctest
provides a mechanism for ensuring the documentation does not fall out of date and integrates withpytest
Describe the solution you'd like
Ensure documentation is valid, up-to-date and correct throughout and integration of doctesting into the CI
Describe alternatives you've considered
N/A
Additional context
Currently
pytest --doctest-modules
fails to run due to the followingRun results
The text was updated successfully, but these errors were encountered: