module documentation
Testing support for dbxs.
MemoryPool creates a synchronous, in-memory SQLite database that can be used for testing anything that needs an dbxs.async_dbapi.AsyncConnectable.
| Class | |
An in-memory connection pool to an in-memory SQLite database which can be controlled a single operation at a time. Each operation that would normally be asynchronously dispatched to a thread can be invoked with the ... |
| Function | immediate |
Decorate an async def test that expects a coroutine. |