Skip to content

Commit

Permalink
tests: bring back imports (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored Feb 3, 2024
1 parent 9fcb2d6 commit 284a809
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dvc_s3/tests/test_dvc.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
import pytest

from dvc.testing.api_tests import ( # noqa: F401
TestAPI,
)
from dvc.testing.remote_tests import ( # noqa: F401
TestRemote,
TestRemoteVersionAware,
)
from dvc.testing.workspace_tests import TestGetUrl as _TestGetUrl
from dvc.testing.workspace_tests import TestImport as _TestImport
from dvc.testing.workspace_tests import ( # noqa: F401
TestImportURLVersionAware,
)
from dvc.testing.workspace_tests import TestLsUrl as _TestLsUrl
from dvc.testing.workspace_tests import TestToRemote as _TestToRemote

Expand Down

0 comments on commit 284a809

Please sign in to comment.