mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user