Home | History | Annotate | Download | only in test

Lines Matching refs:skipUnless

1627     @unittest.skipUnless(HAS_REDUCTION, "test needs multiprocessing.reduction")
1645 @unittest.skipUnless(HAS_REDUCTION, "test needs multiprocessing.reduction")
1650 @unittest.skipUnless(hasattr(os, "dup2"),
1681 @unittest.skipUnless(HAS_REDUCTION, "test needs multiprocessing.reduction")
2120 @unittest.skipUnless(hasattr(signal, 'SIGUSR1'), 'requires SIGUSR1')