Skip to content

Commit

Permalink
Update test name to be more informative
Browse files Browse the repository at this point in the history
Co-authored-by: Paweł Redzyński <[email protected]>
  • Loading branch information
nsorros and pared committed Apr 13, 2022
1 parent 0a3dd7a commit dd9bc11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/output/test_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def test_get_used_objs(exists, expected_message, mocker, caplog):
assert first(caplog.messages) == expected_message


def test_remote_missing_data_dir(tmp_dir, scm, dvc, mocker):
def test_remote_missing_depenency_on_dir_pull(tmp_dir, scm, dvc, mocker):
tmp_dir.dvc_gen({"dir": {"subfile": "file2 content"}}, commit="add dir")
with dvc.config.edit() as conf:
conf["remote"]["s3"] = {"url": "s3://bucket/name"}
Expand Down

0 comments on commit dd9bc11

Please sign in to comment.