We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
README.md
doctest
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!
The text was updated successfully, but these errors were encountered:
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 ;-).
Sorry, something went wrong.
...I am indeed interested, thank you very much!
No branches or pull requests
I'd love to use this to test my
README.md
too (which Python's doctest supports). Runningdoctest
withREADME.md
currently gives me: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!
The text was updated successfully, but these errors were encountered: