MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / test_parse_table_empty

Function test_parse_table_empty

tests/test_utils.py:68–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66
67
68def test_parse_table_empty():
69 table = parse_table(
70 """
71+---------+--------------+
72+---------+--------------+
73 """
74 )
75 assert table is None
76
77
78def test_parse_table_ignore_suffix():

Callers

nothing calls this directly

Calls 1

parse_tableFunction · 0.85

Tested by

no test coverage detected