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 hpk
Recipients hpk, srid, vinay.sajip
Date 2009-07-10.11:59:22
SpamBayes Score 8.197684e-05
Marked as misclassified No
Message-id <1247227163.88.0.864233867848.issue6333@psf.upfronthosting.co.za>
In-reply-to
Content
Actually py.test catches stdout separately for setup and for the test
code.  Moreover, functional or integration test code (py.test is not
only for unittests) can easily trigger some implicit logging-module
usage which cannot eaysily be factored into a testcase-setup method, i
am afraid.
History
Date User Action Args
2009-07-10 11:59:23hpksetrecipients: + hpk, vinay.sajip, srid
2009-07-10 11:59:23hpksetmessageid: <1247227163.88.0.864233867848.issue6333@psf.upfronthosting.co.za>
2009-07-10 11:59:22hpklinkissue6333 messages
2009-07-10 11:59:22hpkcreate