示例#1
0
 def setUp(self):
     # load the testcase
     with open(TEST_FILE) as file_pointer:
         self.testcase = TestCase(file_pointer)