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 f4a4a93 commit 370675bCopy full SHA for 370675b
dvc_ssh/tests/test_dvc.py
@@ -5,7 +5,6 @@
5
from dvc.testing.remote_tests import ( # noqa, pylint: disable=unused-import
6
TestRemote,
7
)
8
-from dvc.testing.workspace_tests import TestAdd as _TestAdd
9
from dvc.testing.workspace_tests import ( # noqa, pylint: disable=unused-import
10
TestGetUrl,
11
@@ -42,17 +41,3 @@ def is_object_storage(self):
42
41
@pytest.fixture
43
def dir_md5(self):
44
return "b6dcab6ccd17ca0a8bf4a215a37d14cc.dir"
45
-
46
47
-class TestAdd(_TestAdd):
48
- @pytest.fixture
49
- def hash_name(self):
50
- return "md5"
51
52
53
- def hash_value(self):
54
- return "8c7dd922ad47494fc02c388e12c00eac"
55
56
57
- def dir_hash_value(self):
58
- return "b6dcab6ccd17ca0a8bf4a215a37d14cc.dir"
0 commit comments