MCPcopy Create free account
hub / github.com/apecloud/myduckserver / add_test

Method add_test

compatibility/pg/python/pg_test.py:56–57  ·  view source on GitHub ↗
(self, query, expected_results)

Source from the content-addressed store, hash-verified

54 self.conn.close()
55
56 def add_test(self, query, expected_results):
57 self.tests.append(self.Test(query, expected_results))
58
59 def run_tests(self):
60 for test in self.tests:

Callers 1

read_tests_from_fileMethod · 0.95

Calls 2

appendMethod · 0.80
TestMethod · 0.45

Tested by

no test coverage detected