(dvc)
| 109 | |
| 110 | |
| 111 | def test_checkout(dvc): |
| 112 | args = parse_args(["checkout"]) |
| 113 | cmd = args.func(args) |
| 114 | assert isinstance(cmd, CmdCheckout) |
| 115 | |
| 116 | cmd.repo.close() |
| 117 | |
| 118 | |
| 119 | def test_find_root(dvc): |
nothing calls this directly
no test coverage detected