-
- Downloads
[FIX] base: remove test_ir_model, which causes bugs
The test in test_ir_model creates a custom model. This causes a full reload of the registry, which recursively installs the required modules while 'base' is being tested. As a side effect, it commits stuff from the database, so that the effects of test_ir_model are actually not rolled back.
Please register or sign in to comment