Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/treeverse/dvc
/ test_nonexistent
Method
test_nonexistent
dvc/testing/workspace_tests.py:271–273 ·
view source on GitHub ↗
(self, cloud)
Source
from the content-addressed store, hash-verified
269
)
270
271
def
test_nonexistent(self, cloud):
272
with
pytest.raises(URLMissingError):
273
ls_url(str(cloud /
"dir"
), fs_config=cloud.config)
274
275
276
class
TestGetUrl:
Callers
nothing calls this directly
Calls
1
ls_url
Function · 0.90
Tested by
no test coverage detected