Searched refs:tests_not_run (Results 1 – 1 of 1) sorted by relevance
524 tests_not_run = [] variable551 tests_not_run.append(item.name)664 if tests_not_run:665 log.status_fail('%d not run' % len(tests_not_run))666 for test in tests_not_run:884 tests_not_run.remove(item.name)
Completed in 6 milliseconds