Skip to content

Commit 370675b

Browse files
committed
tests: remove TestAdd
1 parent f4a4a93 commit 370675b

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

dvc_ssh/tests/test_dvc.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from dvc.testing.remote_tests import ( # noqa, pylint: disable=unused-import
66
TestRemote,
77
)
8-
from dvc.testing.workspace_tests import TestAdd as _TestAdd
98
from dvc.testing.workspace_tests import ( # noqa, pylint: disable=unused-import
109
TestGetUrl,
1110
)
@@ -42,17 +41,3 @@ def is_object_storage(self):
4241
@pytest.fixture
4342
def dir_md5(self):
4443
return "b6dcab6ccd17ca0a8bf4a215a37d14cc.dir"
45-
46-
47-
class TestAdd(_TestAdd):
48-
@pytest.fixture
49-
def hash_name(self):
50-
return "md5"
51-
52-
@pytest.fixture
53-
def hash_value(self):
54-
return "8c7dd922ad47494fc02c388e12c00eac"
55-
56-
@pytest.fixture
57-
def dir_hash_value(self):
58-
return "b6dcab6ccd17ca0a8bf4a215a37d14cc.dir"

0 commit comments

Comments
 (0)