We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 576290a commit a7525fcCopy full SHA for a7525fc
tests/func/test_repo.py
@@ -1,8 +1,8 @@
1
from dvc.repo import Repo
2
-from dvc.scm.git import GitTree
3
from dvc.system import System
4
from dvc.utils.compat import fspath
5
+
6
def test_destroy(tmp_dir, dvc):
7
dvc.config.set("cache", "type", "symlink")
8
0 commit comments