Description
Examples embedded in docstrings can be executed as tests for Python projects. This tool helps maintainers keep documentation examples synchronized with real behavior while offering a more flexible doctest runner.
It runs project code during tests and can read files or execute examples selected by the test suite. Review doctest inputs before running untrusted projects.