Skip to content

Commit bdfeba8

Browse files
authored
Merge pull request #2958 from MaxRis/gdrive-tests
Standardize gdrive tests with others remotes
2 parents f51c222 + 4d4a3fc commit bdfeba8

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

tests/unit/remote/gdrive/__init__.py

Whitespace-only changes.

tests/unit/remote/gdrive/conftest.py

Lines changed: 0 additions & 9 deletions
This file was deleted.

tests/unit/remote/gdrive/test_gdrive.py renamed to tests/unit/remote/test_gdrive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
@mock.patch("dvc.remote.gdrive.RemoteGDrive.init_drive")
6-
def test_init_drive(repo):
6+
def test_init(repo):
77
url = "gdrive://root/data"
88
gdrive = RemoteGDrive(repo, {"url": url})
99
assert str(gdrive.path_info) == url

0 commit comments

Comments
 (0)