doctest
doctest copied to clipboard
Support for text files
I'd love to use this to test my README.md
too (which Python's doctest supports). Running doctest
with README.md
currently gives me:
doctests: target `README.md' is not a module name or a source file
I assume this means text files aren't supported. If I'm wrong, please let me know, but if not, I'd love the feature to exist please!
Hey @doismellburning, you are right, this is not support right now. I agree that this could be a useful addition.
BTW, for the time being you may also be interested in markdown-unlit (and of course, you can run Doctest on literate Haskell files ;-).
...I am indeed interested, thank you very much!