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 berker.peksag
Recipients barry, berker.peksag, ezio.melotti, ncoghlan, twouters
Date 2013-03-14.11:39:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363261151.36.0.235943208217.issue11420@psf.upfronthosting.co.za>
In-reply-to
Content
+skip_if_dont_write_bytecode = unittest.skipIf(
+        sys.dont_write_bytecode,
+        "test meaningful only when writing bytecode")

Maybe this could be added to the test.support module?
History
Date User Action Args
2013-03-14 11:39:11berker.peksagsetrecipients: + berker.peksag, twouters, barry, ncoghlan, ezio.melotti
2013-03-14 11:39:11berker.peksagsetmessageid: <1363261151.36.0.235943208217.issue11420@psf.upfronthosting.co.za>
2013-03-14 11:39:11berker.peksaglinkissue11420 messages
2013-03-14 11:39:11berker.peksagcreate