(tmp_dir, dvc, path, key)
| 22 | ], |
| 23 | ) |
| 24 | def test_get_key(tmp_dir, dvc, path, key): |
| 25 | fs = DataFileSystem(index=dvc.index.data["repo"]) |
| 26 | assert fs.fs._get_key(path) == key |
| 27 | |
| 28 | |
| 29 | def test_exists(tmp_dir, dvc): |
nothing calls this directly
no test coverage detected