Lines Matching defs:skip
27 Raise this exception in a test to skip it.54 def skip(reason):56 Unconditionally skip a test.72 Skip a test if the condition is true.75 return skip(reason)80 Skip a test unless the condition is true.83 return skip(reason)407 """Skip this test."""