Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
def
test_empty_row() -> None:
11
assert make_table([()]) ==
''
12
13
14
def
test_single_column() -> None:
Callers
nothing calls this directly
Calls
1
make_table
Function · 0.90
Tested by
no test coverage detected