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 madison.may
Recipients brett.cannon, madison.may
Date 2013-07-05.17:26:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373045172.9.0.509671925178.issue18351@psf.upfronthosting.co.za>
In-reply-to
Content
You might have to bear with me -- I'm a bit new to this.  What's the protocol for functions like _get_sourcepath() that require support files for testing?  I'll should probably have a couple .pyc's, .pyo's and .py files to use for testing purposes.

Additionally, would you recommend writing tests for _get_sourcepath() in test_imp.py, or would another location prove better in your opinion?
History
Date User Action Args
2013-07-05 17:26:12madison.maysetrecipients: + madison.may, brett.cannon
2013-07-05 17:26:12madison.maysetmessageid: <1373045172.9.0.509671925178.issue18351@psf.upfronthosting.co.za>
2013-07-05 17:26:12madison.maylinkissue18351 messages
2013-07-05 17:26:12madison.maycreate