(self)
| 1007 | self.check_all_configs("test_preinit_compat_config", api=API_COMPAT) |
| 1008 | |
| 1009 | def test_init_compat_config(self): |
| 1010 | self.check_all_configs("test_init_compat_config", api=API_COMPAT) |
| 1011 | |
| 1012 | def test_init_global_config(self): |
| 1013 | preconfig = { |
nothing calls this directly
no test coverage detected