(self)
| 1182 | api=API_COMPAT) |
| 1183 | |
| 1184 | def test_init_env_dev_mode_alloc(self): |
| 1185 | preconfig = dict(allocator=ALLOCATOR_FOR_CONFIG) |
| 1186 | config = dict(dev_mode=1, |
| 1187 | faulthandler=1, |
| 1188 | warnoptions=['default']) |
| 1189 | self.check_all_configs("test_init_env_dev_mode_alloc", config, preconfig, |
| 1190 | api=API_COMPAT) |
| 1191 | |
| 1192 | def test_init_dev_mode(self): |
| 1193 | preconfig = {} |
nothing calls this directly
no test coverage detected