Searched refs:test_file (Results 1 – 2 of 2) sorted by relevance
18 test_file=""159 test_file="$1"160 [[ -r "$test_file" ]] || {225 abspath test_dir "$(dirname "$test_file")" || $exit_cmd 1226 test_basename="$(basename "$test_file")"227 test_file="${test_dir}/${test_basename}"246 cat $test_file | tee -a $output_file256 echo "Reading test file: $test_file" | tee -a $output_file259 . "$test_file" || $exit_cmd 1
504 def diff_ascii(test_file: Path, true_file: Path, backend: str) -> str:516 diff = list(difflib.unified_diff(test_file.read_text().splitlines(keepends=True),518 fromfile=str(test_file),