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 terry.reedy
Recipients brett.cannon, eric.araujo, ezio.melotti, python-dev, r.david.murray, serhiy.storchaka, terry.reedy, zach.ware
Date 2013-01-07.23:56:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357602961.78.0.256434935618.issue16748@psf.upfronthosting.co.za>
In-reply-to
Content
test_main makes it trivial to import a test file and run the test.
>>> import test/test_xxx as t; t.test_main()
I do not know the implications of unittest.main(), but I would dislike losing the above ability.
History
Date User Action Args
2013-01-07 23:56:01terry.reedysetrecipients: + terry.reedy, brett.cannon, ezio.melotti, eric.araujo, r.david.murray, python-dev, zach.ware, serhiy.storchaka
2013-01-07 23:56:01terry.reedysetmessageid: <1357602961.78.0.256434935618.issue16748@psf.upfronthosting.co.za>
2013-01-07 23:56:01terry.reedylinkissue16748 messages
2013-01-07 23:56:01terry.reedycreate