Ejemplo n.º 1
0
 def test_org_06_category_delete(self):
         org_category = Org_Category_Cmd()
         org_category.set_globals(api,login,password)
         t = org_category.do_delete("--name " +orgCategoryTestCategoryName + " --org " + orgCreate)
         self.assertEquals(t,0)
Ejemplo n.º 2
0
 def test_org_07_category_reset(self):
         org_category = Org_Category_Cmd()
         org_category.set_globals(api,login,password)
         t = org_category.do_reset("--org " + orgCreate)
         self.assertEquals(t,0)
Ejemplo n.º 3
0
 def test_org_04_category_list(self):
         org_category = Org_Category_Cmd()
         org_category.set_globals(api,login,password)
         t = org_category.do_list("")
         self.assertEquals(t,0)