MCPcopy Index your code
hub / github.com/CodeClash-ai/CodeClash / test_default_args

Method test_default_args

tests/arenas/test_robocode.py:248–251  ·  view source on GitHub ↗

Test default arguments include nodisplay and nosound.

(self)

Source from the content-addressed store, hash-verified

246 assert SIMS_PER_RUN == 10
247
248 def test_default_args(self):
249 """Test default arguments include nodisplay and nosound."""
250 assert RoboCodeArena.default_args.get("nodisplay") is True
251 assert RoboCodeArena.default_args.get("nosound") is True
252
253 def test_description_mentions_java(self):
254 """Test that description mentions Java as the language."""

Callers

nothing calls this directly

Calls 1

getMethod · 0.80

Tested by

no test coverage detected