Test that arena has correct name.
(self)
| 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.""" |
nothing calls this directly
no outgoing calls
no test coverage detected