Beispiel #1
0
    def tearDown(self):
        GUITest.tearDown(self)

        # Reset the permitions so they wont influence other tests
        pm = PermissionManager.get_permission_manager()
        pm.set('Product', PermissionManager.PERM_ALL)
Beispiel #2
0
 def tearDown(self):
     sysparam.set_int(self.store, 'COST_PRECISION_DIGITS', 2)
     GUITest.tearDown(self)
Beispiel #3
0
 def setUp(self):
     GUITest.setUp(self)
     self.settings = None
Beispiel #4
0
    def tearDown(self):
        GUITest.tearDown(self)

        # Reset the permitions so they wont influence other tests
        pm = PermissionManager.get_permission_manager()
        pm.set('Product', PermissionManager.PERM_ALL)
Beispiel #5
0
 def setUp(self):
     GUITest.setUp(self)
     self.settings = None
 def tearDown(self):
     sysparam.set_int(self.store, 'COST_PRECISION_DIGITS', 2)
     GUITest.tearDown(self)
Beispiel #7
0
 def tearDown(self):
     sysparam(self.store).update_parameter(
         u'COST_PRECISION_DIGITS', u'2')
     GUITest.tearDown(self)