Lines Matching defs:test
92 # please add test code here
95 def test(self):
197 command = f"{self.cmd} -p abc.test"
199 command = f"{self.cmd} --package abc.test"
214 command = f"{self.cmd} -o test.file"
680 def test():
683 print_success("[===========] start {} test".format(test_case_num))
686 if obj.test():
688 print_success("[ PASSED ] {} test".format(success_case_num))
691 print_failure("[ FAILED ] {} test".format(failure_case_num))
697 Tests.test()