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 googol
Recipients googol
Date 2014-09-17.13:44:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410961478.22.0.708066565645.issue22431@psf.upfronthosting.co.za>
In-reply-to
Content
Can I change the test runner output format to
main.tests.tests.TimeSlotTestCase.test_creation ... ERROR
instead of
test_creation (main.tests.tests.TimeSlotTestCase) ... ERROR
so that I can easily just copy&paste that line and run the test again without having to remove the brackets () and having to copy the name of the test behind the class and add a .?
History
Date User Action Args
2014-09-17 13:44:38googolsetrecipients: + googol
2014-09-17 13:44:38googolsetmessageid: <1410961478.22.0.708066565645.issue22431@psf.upfronthosting.co.za>
2014-09-17 13:44:38googollinkissue22431 messages
2014-09-17 13:44:37googolcreate