Currently we test the discovery using AioHTTPTestCase, which is great to test certain endpoints. The problem is there are some endpoints that depend on others to be able to get tested, i.e. delete needs first a post.
I propose to find a good way to write unit tests for the handlers and refactor already existing ones.