By default pytests does not capture stdout, but it can do with -s. It is nice to have the option to verbose the tests if needed
The API was never made an object since I couldn't find a way or working around the Flask decorators. By using dispatch we can get around the issues in #14 and will be able to create better mocks for the API
Each module has a different folder and they do not share methods now. At some point they should be split in different repos