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 michael.foord
Recipients michael.foord
Date 2010-04-03.15:01:43
SpamBayes Score 0.012378016
Marked as misclassified No
Message-id <1270306906.14.0.00223995077559.issue8303@psf.upfronthosting.co.za>
In-reply-to
Content
In TestProgram.usageExit the command name comes from:

        self.progName = os.path.basename(argv[0])

For test discovery the usage message is auto-generated by optparse. Probably using sys.argv[0].
History
Date User Action Args
2010-04-03 15:01:46michael.foordsetrecipients: + michael.foord
2010-04-03 15:01:46michael.foordsetmessageid: <1270306906.14.0.00223995077559.issue8303@psf.upfronthosting.co.za>
2010-04-03 15:01:44michael.foordlinkissue8303 messages
2010-04-03 15:01:44michael.foordcreate