示例#1
0
 def afterSetUp(self):
     """
 Make sure to not use special apparel setting from TestOrderMixin
 """
     self.createCategories()
     self.validateRules()
     InventoryAPITestCase.afterSetUp(self)
     self.node_1 = self.portal.organisation_module.newContent(
         title="Node 1")
     self.node_2 = self.portal.organisation_module.newContent(
         title="Node 2")
     self.pinDateTime(None)
示例#2
0
 def afterSetUp(self):
     self.login()
     InventoryAPITestCase.afterSetUp(self)
示例#3
0
 def afterSetUp(self):
     self.login()
     InventoryAPITestCase.afterSetUp(self)