Return the absolute path to file with `name` in test_files directory
(name: str)
| 30 | |
| 31 | |
| 32 | def test_file(name: str): |
| 33 | """Return the absolute path to file with `name` in test_files directory""" |
| 34 | return absjoin(thisdir, "test_files", "%s" % name) |
no test coverage detected
searching dependent graphs…