I am trying to test app with TortoiseORM and i dont understand what is the right way to setup my test application in fixture.
I was tried to make with listeners and fixtures but i am always how problems with event loop, or tortoise can't connect to the database, or fixture doesnt work and etc. And i can't find any example on stackoverflow/github with testing Sanic with tortoise and test databases.
Can you show me the best way to setup tests for testing Sanic & TortoiseORM on the test db (e.g. sqlite) ?
p.s I think i can use sqlite:///:memory for