Skip to content

Conversation

@efiop
Copy link
Contributor

@efiop efiop commented Feb 21, 2022

Fixes #7407

@efiop efiop requested a review from a team as a code owner February 21, 2022 01:53
@efiop efiop requested a review from pmrowla February 21, 2022 01:53
Comment on lines +22 to +24
def test_get_key(tmp_dir, dvc, path, key):
fs = DvcFileSystem(repo=dvc)
assert fs._get_key(path) == key
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As discussed before, a bit of an overkill to use real dvc in unit tests, but still kept using them in this one for simplicity. #7408 is a start to moving to fsspec, where we will scrap most of these tests for something better.

@efiop efiop merged commit 82b0a30 into treeverse:main Feb 21, 2022
@efiop efiop added the bugfix fixes bug label Feb 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix fixes bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

list: Invocation without path yields no output

1 participant