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

Function test_single_column

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

Source from the content-addressed store, hash-verified

12
13
14def test_single_column() -> None:
15 result = make_table([('test',)])
16 lines = result.split('\n')
17 assert len(lines) == 3
18 assert lines[1] == '│ test │'
19
20
21def test_two_columns() -> None:

Callers

nothing calls this directly

Calls 1

make_tableFunction · 0.90

Tested by

no test coverage detected