-
Notifications
You must be signed in to change notification settings - Fork 375
Open
Labels
Description
This gist has my investigation in all things hy + doctest: how to do it, limitations, an idea for hy.contrib.doctest, and a starting point for a py.test plugin to collect and run .hy doctests in a project.
A patch to hy could:
- Support the full Python doctest command-line program
python -m hy.contrib.doctest FILEto run doctests in a specific module. - Add a section to the docs on how to use doctest with hy.
I can put this together. I'm interested in reactions and/or alternative approaches.