Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/questdb/questdb
/ setup
Method
setup
compat/src/test/python/runner_parquet.py:225–227 ·
view source on GitHub ↗
Create test table and insert data.
(self)
Source
from the content-addressed store, hash-verified
223
self.temp_dir = temp_dir
224
225
def
setup(self):
226
""
"Create test table and insert data."
""
227
raise
NotImplementedError
228
229
def
teardown(self):
230
""
"Drop test table."
""
Callers
1
run
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected