diff --git a/intrastat_base/tests/test_all.py b/intrastat_base/tests/test_all.py index a5f0de8..89ebda2 100644 --- a/intrastat_base/tests/test_all.py +++ b/intrastat_base/tests/test_all.py @@ -6,9 +6,6 @@ from openerp.tests.common import TransactionCase class TestIntrastatBase(TransactionCase): """Tests for this module""" - def setUp(self): - super(TestIntrastatBase, self).setUp() - def test_10_countries(self): # check if only EU countries have the 'intrastat' bit set france = self.env.ref('base.fr')