Skip to content

Commit

Permalink
Merge pull request #2958 from MaxRis/gdrive-tests
Browse files Browse the repository at this point in the history
Standardize gdrive tests with others remotes
  • Loading branch information
efiop authored Dec 16, 2019
2 parents f51c222 + 4d4a3fc commit bdfeba8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
Empty file.
9 changes: 0 additions & 9 deletions tests/unit/remote/gdrive/conftest.py

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


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

0 comments on commit bdfeba8

Please sign in to comment.