Home | History | Annotate | Download | only in test

Lines Matching full:skipunless

423     @unittest.skipUnless(os.path.isdir('/proc/%d/fd' % os.getpid()),
718 @unittest.skipUnless(os.path.isdir('/proc/%d/fd' % os.getpid()),
775 @unittest.skipUnless(hasattr(signal, 'SIGALRM'),
1220 @unittest.skipUnless(mswindows, "Windows specific tests")
1358 @unittest.skipUnless(getattr(subprocess, '_has_poll', False),
1388 @unittest.skipUnless(mswindows, "mswindows only")