MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / print_db_info

Function print_db_info

tests/test_unread_desc.py:60–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58
59@pytest.fixture()
60def print_db_info():
61 # Output debug info
62 import eos
63 print()
64 print("------------ data base connection info ------------")
65 print(eos.db.saveddata_engine)
66 print(eos.db.gamedata_engine)
67 print()
68
69
70# noinspection PyUnusedLocal

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected