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

Method add_test

compatibility/mysql/python/mysql_test.py:54–55  ·  view source on GitHub ↗
(self, query, expected_results)

Source from the content-addressed store, hash-verified

52 self.conn.close()
53
54 def add_test(self, query, expected_results):
55 self.tests.append(self.Test(query, expected_results))
56
57 def run_tests(self):
58 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