kingdom-python-server
kingdom-python-server copied to clipboard
Improvements of integration tests
Issues
As of now, integrations and e2e tests assume that you have installed on your running machine every external service which application is built upon: postgres, redis, etc.
Proposed solution
Integrate test suites with docker-compose initiatives. This issue is dependant on #8.