From ca3c9cf751d26a677c4ea1cebb85b1e57a3adb2f Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Wed, 7 Jan 2015 09:57:10 +0100 Subject: [PATCH] Remove post_install and at_install instructions on tests With that, the suite is run even when we update another module and that not what we expect. --- .../tests/test_fees_generation.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/account_credit_control_dunning_fees/tests/test_fees_generation.py b/account_credit_control_dunning_fees/tests/test_fees_generation.py index 031edc6be..159be9f91 100644 --- a/account_credit_control_dunning_fees/tests/test_fees_generation.py +++ b/account_credit_control_dunning_fees/tests/test_fees_generation.py @@ -22,8 +22,6 @@ from mock import MagicMock from openerp.tests import common -@common.at_install(True) -@common.post_install(True) class FixedFeesTester(common.TransactionCase): def setUp(self):