()
| 19 | |
| 20 | |
| 21 | def test_single_player_battlesnake(): |
| 22 | from scripts.main_single_player import main_cli |
| 23 | |
| 24 | config_path = CONFIG_DIR / "test" / "battlesnake_single_player_test.yaml" |
| 25 | main_cli(["-c", str(config_path)]) |
nothing calls this directly
no test coverage detected