Skip to content

Commit

Permalink
Merge pull request #35 from efiop/to_remote
Browse files Browse the repository at this point in the history
tests: add TestToRemote
  • Loading branch information
efiop committed Mar 1, 2023
2 parents 2eb21dc + 71aa178 commit ce2f54d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dvc_s3/tests/test_dvc.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
TestImportURLVersionAware,
)
from dvc.testing.workspace_tests import TestLsUrl as _TestLsUrl
from dvc.testing.workspace_tests import TestToRemote as _TestToRemote


@pytest.fixture
Expand Down Expand Up @@ -75,3 +76,7 @@ class TestLsUrl(_TestLsUrl):

class TestGetUrl(_TestGetUrl):
pass


class TestToRemote(_TestToRemote):
pass

0 comments on commit ce2f54d

Please sign in to comment.