()
| 101 | |
| 102 | |
| 103 | def test_config_list(): |
| 104 | args = parse_args(["config", "--list"]) |
| 105 | |
| 106 | assert args.list |
| 107 | assert args.name is None |
| 108 | assert args.value is None |
| 109 | |
| 110 | |
| 111 | def test_checkout(dvc): |
nothing calls this directly
no test coverage detected