right now it mostly checks the HTTP return code, to make sure everything went fine. In order to check for some more sophisticated things, we need JSON support. So the steps would be:
- add JSON-CPP to the test build (this should be done similar to how gtest is included)
- use it in the test suites to assert things that httpbin gives us
right now it mostly checks the HTTP return code, to make sure everything went fine. In order to check for some more sophisticated things, we need JSON support. So the steps would be: