Home | History | Annotate | Download | only in test

Lines Matching full:skipunless

293     @unittest.skipUnless(hasattr(sys, 'argv'), 'test needs sys.argv')
631 @unittest.skipUnless(test_support.FS_NONASCII, 'need test_support.FS_NONASCII')