python-zulip-api
python-zulip-api copied to clipboard
Improve tests for game_handler.
game_handler is used by game bots to make turn based games.
There are connect_four
tests, but they are all written from scratch, and are quite messy.
There are few tictactoe
tests.
There should be a test case for game_handler games, which would make it simpler to make tests for games, and all the games should have 100% coverage.
@zulipbot claim
Hello @fredfishgames, you have been unassigned from this issue because you have not updated this issue or any referenced pull requests for over 14 days.
You can reclaim this issue or claim any other issue by commenting @zulipbot claim
on that issue.
Thanks for your contributions, and hope to see you again soon!
@fredfishgames are you still working on this? Can I take this? I think this is an extension to #122 which I am doing currently.
@amanagr I don't have much time to work on it at the moment, so feel free to take it. Let me know if you have any questions about game_handler
Hi! Do you think it is still an issue? I can take on this.