-
- Downloads
Refactor game and study server scripts, update tests, improve error handling
The refactoring involved creating a new function to handle game server requests for cleaner and more concise code. Changes were also made to the formatting of commit messages for better readability. Invalid game environment configurations are now dealt with accordingly to prevent game errors. Several updates were made to the tests to ensure they accurately measure the performance and functionality of the game.
parent
34c71c41
No related branches found
No related tags found
Showing
- README.md 2 additions, 2 deletionsREADME.md
- cooperative_cuisine/__init__.py 2 additions, 2 deletionscooperative_cuisine/__init__.py
- cooperative_cuisine/configs/environment_config.yaml 7 additions, 1 deletioncooperative_cuisine/configs/environment_config.yaml
- cooperative_cuisine/game_server.py 11 additions, 5 deletionscooperative_cuisine/game_server.py
- cooperative_cuisine/study_server.py 25 additions, 14 deletionscooperative_cuisine/study_server.py
- cooperative_cuisine/utils.py 11 additions, 5 deletionscooperative_cuisine/utils.py
- setup.py 1 addition, 1 deletionsetup.py
- tests/test_game_server.py 284 additions, 0 deletionstests/test_game_server.py
- tests/test_study_server.py 95 additions, 0 deletionstests/test_study_server.py
- tests/test_utils.py 46 additions, 0 deletionstests/test_utils.py
Loading
Please register or sign in to comment