MCPcopy Create free account
hub / github.com/tortoise/tortoise-orm / test_init_constructor

Function test_init_constructor

tests/test_connection.py:17–20  ·  view source on GitHub ↗
(conn_handler)

Source from the content-addressed store, hash-verified

15
16
17def test_init_constructor(conn_handler):
18 assert conn_handler._db_config is None
19 assert conn_handler._create_db is False
20 assert conn_handler._storage == {}
21
22
23@pytest.mark.asyncio

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…