Relative Content

Tag Archive for pythonpython-3.xtestingpsycopg3

How can psycopg3 async transaction can be mocked?

As I did not find any documentation about mocking psycopg3 async transaction, from async connection pool, I would like to ask how can I do that?
I have managed to mock the new connection from async connection pool, but not the transaction.