MCPcopy Create free account
hub / github.com/ExtendDB/extenddb / test_scan_full_table

Method test_scan_full_table

tests/test_query_scan.py:259–261  ·  view source on GitHub ↗
(self, dynamodb_client, scan_table)

Source from the content-addressed store, hash-verified

257 """Scan operation tests."""
258
259 def test_scan_full_table(self, dynamodb_client, scan_table):
260 resp = dynamodb_client.scan(TableName=scan_table)
261 assert resp["Count"] == 13
262
263 def test_scan_filter_expression(self, dynamodb_client, scan_table):
264 resp = dynamodb_client.scan(

Callers

nothing calls this directly

Calls 1

scanMethod · 0.80

Tested by

no test coverage detected