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

Method test_arena_name

tests/arenas/test_robocode.py:232–234  ·  view source on GitHub ↗

Test that arena has correct name.

(self)

Source from the content-addressed store, hash-verified

230 """Tests for RoboCodeArena configuration and properties."""
231
232 def test_arena_name(self):
233 """Test that arena has correct name."""
234 assert RoboCodeArena.name == "RoboCode"
235
236 def test_submission_path(self):
237 """Test that submission path is correct."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected