(tmpdir)
| 8 | |
| 9 | |
| 10 | def test_ensure_file_parent(tmpdir): |
| 11 | subdir = tmpdir.join("subdir") |
| 12 | rcfile = subdir.join("rcfile") |
| 13 | ensure_dir_exists(str(rcfile)) |
| 14 | |
| 15 | |
| 16 | def test_ensure_existing_dir(tmpdir): |
nothing calls this directly
no test coverage detected