(self)
| 1174 | api=API_PYTHON) |
| 1175 | |
| 1176 | def test_init_env_dev_mode(self): |
| 1177 | preconfig = dict(allocator=PYMEM_ALLOCATOR_DEBUG) |
| 1178 | config = dict(dev_mode=1, |
| 1179 | faulthandler=1, |
| 1180 | warnoptions=['default']) |
| 1181 | self.check_all_configs("test_init_env_dev_mode", config, preconfig, |
| 1182 | api=API_COMPAT) |
| 1183 | |
| 1184 | def test_init_env_dev_mode_alloc(self): |
| 1185 | preconfig = dict(allocator=ALLOCATOR_FOR_CONFIG) |
nothing calls this directly
no test coverage detected