Skip to content

Commit

Permalink
cruft update: test dvc get-url
Browse files Browse the repository at this point in the history
  • Loading branch information
rlamy authored and efiop committed Oct 10, 2022
1 parent c7336ed commit 3718421
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/iterative/cookiecutter-dvc-plugin",
"commit": "825ad46a5fdd5cfb92f4993cad2ac6a6d1b0b971",
"commit": "7b38e245b247bee0a87ced7307f8f72d6ccef267",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
11 changes: 6 additions & 5 deletions dvc_ssh/tests/test_dvc.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@
TestRemote,
)
from dvc.testing.workspace_tests import TestAdd as _TestAdd
from dvc.testing.workspace_tests import ( # noqa, pylint: disable=unused-import
TestGetUrl,
)
from dvc.testing.workspace_tests import TestImport as _TestImport
from dvc.testing.workspace_tests import TestLsUrl as _TestLsUrl
from dvc.testing.workspace_tests import ( # noqa, pylint: disable=unused-import
TestLsUrl,
)


@pytest.fixture
Expand Down Expand Up @@ -51,7 +56,3 @@ def hash_value(self):
@pytest.fixture
def dir_hash_value(self):
return "b6dcab6ccd17ca0a8bf4a215a37d14cc.dir"


class TestLsUrl(_TestLsUrl):
pass

0 comments on commit 3718421

Please sign in to comment.