|
out("{}/{}: {}", i + 1, tests.size(), LexicalPath::relative_path(test.input_path, test_root_path));
|
|
out("{}/{}: {}", i + 1, tests.size(), LexicalPath::relative_path(test.input_path, test_root_path));
|
|
test.result = TRY(run_test(view, test.input_path, test.expectation_path, test.mode));
|
|
test.result = TRY(run_test(view, test.input_path, test.expectation_path, test.mode));
|