MCPcopy Create free account
hub / github.com/apify/crawlee-python / test_empty_row

Function test_empty_row

tests/unit/_utils/test_console.py:10–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8
9
10def test_empty_row() -> None:
11 assert make_table([()]) == ''
12
13
14def test_single_column() -> None:

Callers

nothing calls this directly

Calls 1

make_tableFunction · 0.90

Tested by

no test coverage detected