コード例 #1
0
ファイル: test.py プロジェクト: pedrolegold/uforge-cli
 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)
コード例 #2
0
ファイル: test.py プロジェクト: pedrolegold/uforge-cli
 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)
コード例 #3
0
ファイル: test.py プロジェクト: pedrolegold/uforge-cli
 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)