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 piotr.dobrogost
Recipients piotr.dobrogost
Date 2012-10-24.19:58:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351108715.95.0.725545714985.issue16312@psf.upfronthosting.co.za>
In-reply-to
Content
When running tests bundled with a library it would be useful to be able to run some initialization code before tests are being run so that one can configure options pertaining to logging for example.

For this reason it would be useful to have a new command line option handled by unittest.main() for running custom Python module before running tests.

See http://stackoverflow.com/q/8607767/95735
History
Date User Action Args
2012-10-24 19:58:36piotr.dobrogostsetrecipients: + piotr.dobrogost
2012-10-24 19:58:35piotr.dobrogostsetmessageid: <1351108715.95.0.725545714985.issue16312@psf.upfronthosting.co.za>
2012-10-24 19:58:35piotr.dobrogostlinkissue16312 messages
2012-10-24 19:58:35piotr.dobrogostcreate