doctest-tests
Installation
SKILL.md
doctest-tests
Overview
Per docs.python.org/3/library/doctest.html:
doctest is Python's stdlib facility for embedding executable
examples in docstrings. The interactive-prompt convention
(>>> ... for input; expected output on the next line) becomes a
test case automatically.
Distinguishing properties: