(cls)
| 216 | |
| 217 | @classmethod |
| 218 | def setUpClass(cls): |
| 219 | tests_config.parse_args() |
| 220 | |
| 221 | if cls.DISPLAY_LOG_MESSAGES: |
| 222 | config_path = os.path.join(BASE_DIR, "../conf/logging.conf") |
| 223 | logging.config.fileConfig(config_path, disable_existing_loggers=False) |
| 224 | |
| 225 | @classmethod |
| 226 | def _establish_connection_and_re_create_db(cls): |
nothing calls this directly
no outgoing calls
no test coverage detected