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 shireenrao
Recipients jafo, paul.moore, shireenrao, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2019-08-06.22:39:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565131141.0.0.539727597115.issue25172@roundup.psfhosted.org>
In-reply-to
Content
How do I write tests which only run for a given platform? Looking at test_crypt.py, I see that the crypt module is imported using test.support module so the exception will be raised even before the tests run. Is there a way to test imports?
History
Date User Action Args
2019-08-06 22:39:01shireenraosetrecipients: + shireenrao, terry.reedy, paul.moore, jafo, tim.golden, zach.ware, steve.dower
2019-08-06 22:39:01shireenraosetmessageid: <1565131141.0.0.539727597115.issue25172@roundup.psfhosted.org>
2019-08-06 22:39:00shireenraolinkissue25172 messages
2019-08-06 22:39:00shireenraocreate