Test default arguments include nodisplay and nosound.
(self)
| 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.""" |