(repo: Repository)
| 151 | |
| 152 | |
| 153 | def scenario_add_unusual_chars(repo: Repository) -> None: |
| 154 | repo.add(create_file(repo, "I'm unusual!")) |
| 155 | repo.create_commit() |
| 156 | |
| 157 | |
| 158 | def scenario_add_two(repo: Repository) -> None: |
nothing calls this directly
no test coverage detected