(repo: Repository)
| 146 | |
| 147 | |
| 148 | def scenario_add(repo: Repository) -> None: |
| 149 | repo.add(create_file(repo)) |
| 150 | repo.create_commit() |
| 151 | |
| 152 | |
| 153 | def scenario_add_unusual_chars(repo: Repository) -> None: |
nothing calls this directly
no test coverage detected