Example #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)
Example #2
0
 def tearDown(self):
     sysparam.set_int(self.store, 'COST_PRECISION_DIGITS', 2)
     GUITest.tearDown(self)
Example #3
0
 def setUp(self):
     GUITest.setUp(self)
     self.settings = None
Example #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)
Example #5
0
 def setUp(self):
     GUITest.setUp(self)
     self.settings = None
Example #6
0
 def tearDown(self):
     sysparam.set_int(self.store, 'COST_PRECISION_DIGITS', 2)
     GUITest.tearDown(self)
Example #7
0
 def tearDown(self):
     sysparam(self.store).update_parameter(
         u'COST_PRECISION_DIGITS', u'2')
     GUITest.tearDown(self)