module documentation

Undocumented

Class CompletionTester No class docstring; 2/2 methods documented
Class DeferredCompletionTester Undocumented
Class ImmediateDeferred Undocumented
Class ImmediateDriver Undocumented
Function sqlite3Connector Create an in-memory shared-cache SQLite3 database and return a 0-argument callable that will connect to that database.
Type Variable AnyTestCase Undocumented
Type Alias regularTest Undocumented
Type Alias SQLiteStyle Undocumented
Type Alias syncAsyncTest Undocumented
def sqlite3Connector() -> Callable[[], DBAPIConnection]: (source)

Create an in-memory shared-cache SQLite3 database and return a 0-argument callable that will connect to that database.

AnyTestCase = (source)

Undocumented

Value
TypeVar('AnyTestCase',
        bound=TestCase)
regularTest = (source)

Undocumented

Value
Callable[[AnyTestCase], None]
SQLiteStyle = (source)

Undocumented

Value
Literal['qmark', 'named', 'named_dollar']
syncAsyncTest = (source)

Undocumented

Value
Callable[[AnyTestCase, MemoryPool], Coroutine[Any, Any, None]]