(path)
| 1147 | path_err = os.path.abspath(f'{__file__}/../../tests/test_cli_out.err') |
| 1148 | check('', regex_gil_stderr, f'path:{path_out}', f'path:{path_err}') |
| 1149 | def read(path): |
| 1150 | with open(path) as f: |
| 1151 | return f.read() |
| 1152 | out = read(path_out) |
| 1153 | err = read(path_err) |
| 1154 | check_lines(['This is from PyMuPDF message[(][)][.]'], out) |
no outgoing calls
no test coverage detected
searching dependent graphs…