Home
last modified time | relevance | path

Searched refs:is_new_subtest (Results 1 – 2 of 2) sorted by relevance

/honee/tests/
H A Djunit.py176 is_new_subtest = True variable
180 if is_new_subtest and args.mode == RunMode.TAP:
181 is_new_subtest = False variable
H A Djunit_common.py802 is_new_subtest = True
807 if is_new_subtest and mode == RunMode.TAP:
808 is_new_subtest = False