MCPcopy
hub / github.com/treeverse/dvc / test_remote_remove

Function test_remote_remove

tests/func/test_remote.py:79–88  ·  view source on GitHub ↗
(dvc)

Source from the content-addressed store, hash-verified

77
78
79def test_remote_remove(dvc):
80 ret = main(["config", "core.checksum_jobs", "1"])
81 assert ret == 0
82
83 remote = "mys3"
84 ret = main(["remote", "add", remote, "s3://bucket/name"])
85 assert ret == 0
86
87 ret = main(["remote", "remove", remote])
88 assert ret == 0
89
90
91def test_remote_default_cmd(dvc):

Callers

nothing calls this directly

Calls 1

mainFunction · 0.90

Tested by

no test coverage detected