(repo_fixtures, request)
| 41 | |
| 42 | |
| 43 | def get_repository_from_fixture(repo_fixtures, request): |
| 44 | # Return the repository object from the fixture for tests that run on both local and remote repositories. |
| 45 | return request.getfixturevalue(repo_fixtures) |
| 46 | |
| 47 | |
| 48 | def reopen(repository, exclusive: bool | None = True, create=False): |
no outgoing calls
no test coverage detected