Open ZachArani opened 6 years ago
Here's my example: #20
I was about to report that as well. We should/need to update this package to not be that much tied to zc.buildout
, as in Plone at least, we are phasing it out to use either plain python tools or something like mxdev
.
There are countless cases where I've needed to call collective.xmltestreport as a module, namely in coverage.py like so:
coverage run -m collective.xmltestreport --test-path=. --auto-color --auto-progress --xml
I can do this with zope.testrunner as-is. If this package is supposed to be identical to zope.testrunner, then I heavily recommend a
__main__.py
file and__init__.py
file get mirrored from zope.testrunner.