We currently have pytest with the coverage plugin running over our tests in a tests directory.
pytest
tests
What\'s the simplest way to also run doctest
Could you try with the repo version of pytest and paste a session log? I'd think --doctest-modules should pick up any .py files.
--doctest-modules