[issue8324] add a distutils test command

Dan Buch report at bugs.python.org
Sun May 9 14:16:37 CEST 2010


Dan Buch <daniel.buch at gmail.com> added the comment:

@merwok I know ;-)  ... should I assume that it's an installation requirement a la `install_requires=['unittest2']`, or do::

    try:
        load_tests_with_unittest2()
    except ImportError:
        load_tests_with_custom_test_loader()

?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8324>
_______________________________________


More information about the Python-bugs-list mailing list