(tempdir_factory, repo_source)
| 142 | |
| 143 | |
| 144 | def make_consuming_repo(tempdir_factory, repo_source): |
| 145 | path = make_repo(tempdir_factory, repo_source) |
| 146 | config = make_config_from_repo(path) |
| 147 | git_path = git_dir(tempdir_factory) |
| 148 | return add_config_to_repo(git_path, config) |