]> git.cworth.org Git - lmno-server/commit
test: Add simple testing for tictactoe as well
authorCarl Worth <cworth@cworth.org>
Sun, 31 May 2020 23:12:10 +0000 (16:12 -0700)
committerCarl Worth <cworth@cworth.org>
Sun, 31 May 2020 23:12:10 +0000 (16:12 -0700)
commit32420152e7e4805104d5118fabc5ada0e668e5ae
tree333ff4ae6bcef4e6eb4530d3c98dc2bbe2d2e2a1
parentd6817ef860a230cbbb694e729a400ed37ed43d68
test: Add simple testing for tictactoe as well

This just verifies we can move to a square, (and can't then move to
the same square again).

To do something more interesting here, I'll have to think about how to
test with multiple clients connecting to the same game and how to
verify the results of the streaming from the /events API.
test