Closed mauritsvanrees closed 5 years ago
you can have the best of both worlds by using a test module with doctests split up into method comments so they are isolated.
Doctests are fine when they are actually documentation that is visible on for example PyPI. In this case it is not. Anyway, the PR is merged. :-)
unittests are cool, doctests are old-school. I am working on this.