From: Carl Worth Date: Sun, 31 May 2020 23:00:39 +0000 (-0700) Subject: test: Update the test suite to work with game creation X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=d6817ef860a230cbbb694e729a400ed37ed43d68;hp=d6817ef860a230cbbb694e729a400ed37ed43d68;p=lmno-server test: Update the test suite to work with game creation Previously the test script only worked when given an API endpoint for a single game of Empires. In this commit we bring it up to something more modern by making it aware of the top-level APIs for creating a new game ID and then using that game ID to talk to the Empires API. We also revamp the test script so that it does some actual testing. Previously, it was just a simple script for exercising several endpoints. Now, it actually inspects responses and ensures that things are working correctly. ---