@simon interesting idea, thanks for sharing. 👍

You wrote:
> _"This feels like an evolution of the old Python doctest idea, except that tests are embedded directly in Markdown rather than being embedded in Python code docstrings."_

IMHO the most interesting thing about `doctest` is the possibility of having the tests in the code that they have to test, and without the proximity of the code and the test I don't see, at first, a use. 🪙🪙

Reference 👇
docs.python.org/3/library/doct

#Python #Test #Doctest