示例#1
0
 def test_window(self, testCase):
     fedb_executor.build(self.connect, testCase).run()
 def test_window3(self, testCase):
     print(testCase)
     fedb_executor.build(self.connect, testCase).run()
示例#3
0
 def test_create(self, testCase):
     print(testCase)
     fedb_executor.build(self.connect, testCase).run()
示例#4
0
 def test_insert(self, testCase):
     fedb_executor.build(self.connect, testCase).run()
示例#5
0
 def test_function(self, testCase):
     print(testCase)
     fedb_executor.build(self.connect, testCase).run()
示例#6
0
 def test_lastjoin(self, testCase):
     fedb_executor.build(self.connect, testCase).run()
示例#7
0
 def test_express(self, testCase):
     fedb_executor.build(self.connect, testCase).run()
 def test_express2(self, testCase):
     print(testCase)
     fedb_executor.build(self.connect, testCase).run()
示例#9
0
 def test_options(self, testCase):
     fedb_executor.build(self.connect, testCase).run()