()
| 122 | |
| 123 | |
| 124 | def test_read_bytes_include_path(): |
| 125 | with filetexts(files, mode="b"): |
| 126 | _, _, paths = read_bytes(".test.accounts.*", include_path=True) |
| 127 | assert {os.path.split(path)[1] for path in paths} == files.keys() |
| 128 | |
| 129 | |
| 130 | def test_with_urls(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…