From 235a588292544fa3037ddef4cdf33ba6e3e18c6c Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 15 Aug 2018 23:43:12 +0200 Subject: [PATCH] [IMP] mass_editing: Work with integration tests Execute tests at the end after the module loading for not failing with a required field not filled by default defined in other modules. --- mass_editing/tests/test_mass_editing.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mass_editing/tests/test_mass_editing.py b/mass_editing/tests/test_mass_editing.py index 1528b78..9f1ba6d 100644 --- a/mass_editing/tests/test_mass_editing.py +++ b/mass_editing/tests/test_mass_editing.py @@ -9,6 +9,8 @@ from ..hooks import uninstall_hook class TestMassEditing(common.TransactionCase): + at_install = False + post_install = True def setUp(self): super(TestMassEditing, self).setUp()