()
| 58 | |
| 59 | @pytest.fixture() |
| 60 | def 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 |
nothing calls this directly
no outgoing calls
no test coverage detected