MCPcopy Index your code
hub / github.com/tanelpoder/0xtools / setUp

Method setUp

xtop/tests/test_query_builder_schema.py:11–12  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

9
10class TestQueryBuilderSchema(unittest.TestCase):
11 def setUp(self):
12 self.qb = QueryBuilder(Path('.'), Path('sql/fragments'))
13
14 def test_column_expr_uses_null_when_missing(self):
15 self.qb.set_schema_info({'syscend': [('duration_ns', 'BIGINT')]})

Callers

nothing calls this directly

Calls 1

QueryBuilderClass · 0.90

Tested by

no test coverage detected