dev-cafe / parselglossy

Generic input parsing library, speaking in tongues.
https://parselglossy.readthedocs.io
MIT License
7 stars 2 forks source link

--doctest-module flag is not recognized #80

Closed bast closed 4 years ago

bast commented 5 years ago

Fails PRs on Travis and my laptop: https://github.com/dev-cafe/parselglossy/blob/master/.travis.yml#L19

I think it's supposed to be --doctest-modules.

robertodr commented 5 years ago

Surprised that it's only now popping up. As I commented in #81, that flag can be completely removed as doctest-style testing is not used in the project.

robertodr commented 4 years ago

Fixed in #82