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 eric.araujo
Recipients eric.araujo, giampaolo.rodola, meatballhat, michael.foord, tarek, zubin71
Date 2010-05-09.12:21:01
SpamBayes Score 0.001156678
Marked as misclassified No
Message-id <1273407663.8.0.542117643694.issue8324@psf.upfronthosting.co.za>
In-reply-to
Content
Not a unittest expert, but I suspect that usual test for features will work:

try:
    from unittest.something.discovery import Loader
except ImportError:
    from unittest2.something.discovery import Loader

Adding Konrad to nosy, since adding new commands will be his GSoC work.

(Also adjusting versions and removing the gsoc keyword that means “Issue is a good candidate for Google’s Summer of Code”, not “Issue part of an accepted GSoC project”)
History
Date User Action Args
2010-05-09 12:21:04eric.araujosetrecipients: + eric.araujo, giampaolo.rodola, tarek, michael.foord, meatballhat, zubin71
2010-05-09 12:21:03eric.araujosetmessageid: <1273407663.8.0.542117643694.issue8324@psf.upfronthosting.co.za>
2010-05-09 12:21:02eric.araujolinkissue8324 messages
2010-05-09 12:21:01eric.araujocreate