Lines Matching refs:TestSkip
538 of setUpClass. If the flag is set, this method raises signals.TestSkip.
554 signals.TestSkip if a test should be logged but not be executed
567 signals.TestSkip if a test should be logged but not be executed
576 raise signals.TestSkip("All test cases skipped.")
638 except signals.TestSkip as e:
640 tr_record.testSkip(e)