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 MemoryPool 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 immediateTest Decorate an async def test that expects a coroutine.
def immediateTest(driver: ImmediateDriver = ImmediateDeferred, styles: Sequence[SQLiteStyle] = ('qmark')) -> Callable[[syncAsyncTest[AnyTestCase]], regularTest[AnyTestCase]]: (source) ΒΆ

Decorate an async def test that expects a coroutine.