예제 #1
0
 def test_user_03_format_enable(self):
         user_format = User_Format_Cmd()
         user_format.set_globals(api,login,password)
         t = user_format.do_enable("--account "+userTest+" --formats "+userFormatsTest)
         self.assertEquals(t,0)
예제 #2
0
 def test_user_01_format_list(self):
         user_format = User_Format_Cmd()
         user_format.set_globals(api,login,password)
         t = user_format.do_list("--account "+userTest)
         self.assertEquals(t,0)