Hi all, I'm trying to test my database I/O functions, but I keep getting stuck on that error
Here is the full traceback: https://mb.spiritthewalf.co.uk/80b314b18f39da1a7b
My database code can be found here: database definitions and here: database I/O
The connection and session tests here pass with no issues, but the test of the coroutines themselves, found in the I/O link above, fail with the titled error and traceback above
Any help is appreciated
Modules used:
Asyncio
Asyncpg
Sqlalchemy

