You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: