This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author meatballhat
Recipients eric.araujo, giampaolo.rodola, meatballhat, michael.foord, tarek, zubin71
Date 2010-05-09.12:16:36
SpamBayes Score 0.018399606
Marked as misclassified No
Message-id <1273407397.28.0.985465545089.issue8324@psf.upfronthosting.co.za>
In-reply-to
Content
@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()

?
History
Date User Action Args
2010-05-09 12:16:37meatballhatsetrecipients: + meatballhat, giampaolo.rodola, tarek, eric.araujo, michael.foord, zubin71
2010-05-09 12:16:37meatballhatsetmessageid: <1273407397.28.0.985465545089.issue8324@psf.upfronthosting.co.za>
2010-05-09 12:16:36meatballhatlinkissue8324 messages
2010-05-09 12:16:36meatballhatcreate