(tmp_dir, dvc)
| 147 | |
| 148 | |
| 149 | def test_commit_granular_output_file(tmp_dir, dvc): |
| 150 | tmp_dir.gen("foo", "foo") |
| 151 | dvc.add("foo", no_commit=True) |
| 152 | dvc.commit("foo") |
| 153 | assert dvc.status() == {} |
| 154 | |
| 155 | |
| 156 | def test_commit_granular_output_dir(tmp_dir, dvc): |