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.
This commit is contained in:
Guewen Baconnier
2015-01-07 09:57:10 +01:00
parent 33ee028510
commit ca3c9cf751

View File

@@ -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):