MCPcopy
hub / github.com/spaceandtimefdn/SxT-Python-SDK / test_table_discovery

Function test_table_discovery

tests/test_sxtresource.py:164–169  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

162
163
164def test_table_discovery():
165 sxt = SpaceAndTime()
166 sxt.authenticate()
167 tbl = SXTTable('Polygon.Blocks', SpaceAndTime_parent=sxt)
168
169 assert tbl.columns != {}
170
171
172if __name__ == '__main__':

Callers

nothing calls this directly

Calls 3

authenticateMethod · 0.95
SpaceAndTimeClass · 0.90
SXTTableClass · 0.90

Tested by

no test coverage detected