예제 #1
0
 def test_window(self, testCase):
     fedb_executor.build(self.connect, testCase).run()
예제 #2
0
 def test_window3(self, testCase):
     print(testCase)
     fedb_executor.build(self.connect, testCase).run()
예제 #3
0
파일: test_ddl.py 프로젝트: dl239/OpenMLDB
 def test_create(self, testCase):
     print(testCase)
     fedb_executor.build(self.connect, testCase).run()
예제 #4
0
파일: test_ddl.py 프로젝트: dl239/OpenMLDB
 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()