MCPcopy Create free account
hub / github.com/CodeClash-ai/CodeClash / test_single_player_battlesnake

Function test_single_player_battlesnake

tests/test_integration.py:21–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19
20
21def 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)])

Callers

nothing calls this directly

Calls 1

main_cliFunction · 0.90

Tested by

no test coverage detected