Dag Odenhall
Dag Odenhall
Actually, the images are kind of 2003, and only information/warning bubbles and such. Could be improved or replaced by CSS styling.
Seems to be an artifact of pandoc's own multidocument concatenation.
I'll gladly push any releases or give you PyPI access. I personally don't really do any Python at all at the moment, myself. I also recommend pytest for new projects;...
Could you do it, if I give you access? What's your PyPI username?
Added. My reason is that Haskell finally clicked for me. ;)
Added.
See #105 for one solution implemented in master. #106 is also on the todo. Lately I've been feeling the Flask-like approach of Attest might be a little limiting compared to...
- KeyboardInterrupt should probably exit with 130 - If tests failed (but nothing else did) exit status 1 is probably most compatible with existing Attest and other similar projects -...
I'm not sure if it is sanely possible to "unimport" in Python. Perhaps the default scanning should be limited to packages named 'tests' (including subpackages). This goes against the original...
Doesn't it though work to simply do `coverage run runtests.py`? If so I still should probably document it.