(mockfs, py_mockfs)
| 937 | |
| 938 | |
| 939 | def test_delete_root_dir_contents(mockfs, py_mockfs): |
| 940 | _check_root_dir_contents(mockfs) |
| 941 | _check_root_dir_contents(py_mockfs) |
| 942 | |
| 943 | |
| 944 | def test_copy_file(fs, pathfn): |
nothing calls this directly
no test coverage detected