Lines Matching full:true
221 return '', True
230 bool: True if the test is allowed to print console output
239 bool: True if `cgnsdiff` is found
243 shell=True,
258 bool: True if any substrings are included in base string
271 bool: True if base string is prefixed by any of the prefixes
414 comment_func (Callable, optional): Function to determine if test and true line are different
496 shell=True,
516 diff = list(difflib.unified_diff(test_file.read_text().splitlines(keepends=True),
517 true_str.splitlines(keepends=True),
628 shell=True,
639 allow_multiple_subelements=True,
678 diff = list(difflib.unified_diff(ref_stdout.read_text().splitlines(keepends=True),
679 test_case.stdout.splitlines(keepends=True),
788 suite_spec.test_failure_artifacts_path.mkdir(parents=True, exist_ok=True)
802 is_new_subtest = True
803 subtest_ok = True
838 bool: True if any test cases failed