Message179903
Without the proposed enhancement, you could also combine Éric's approach with the original patch by doing something like:
try:
support.import_module(module)
except SkipTest:
module = None
def setUpModule():
if module is None:
raise SkipTest() |
|
Date |
User |
Action |
Args |
2013-01-14 00:06:29 | chris.jerdonek | set | recipients:
+ chris.jerdonek, brett.cannon, ezio.melotti, eric.araujo, Arfrever, michael.foord, zach.ware |
2013-01-14 00:06:27 | chris.jerdonek | set | messageid: <1358121987.89.0.109308121743.issue16935@psf.upfronthosting.co.za> |
2013-01-14 00:06:27 | chris.jerdonek | link | issue16935 messages |
2013-01-14 00:06:26 | chris.jerdonek | create | |
|