Open georgemarshall opened 8 years ago
Currently all tests query the live API, which are not all publicly accessible. We should mock API responses to fully exercise our code as well.
Another option is to create an account for the project, use the API to start level 1 and then execute our tests against level 1. Or maybe have both mock data and this option.
Currently all tests query the live API, which are not all publicly accessible. We should mock API responses to fully exercise our code as well.