MCPcopy Index your code
hub / github.com/astanin/python-tabulate / test_plain_headerless

Function test_plain_headerless

test/test_output.py:26–30  ·  view source on GitHub ↗

Output: plain without headers

()

Source from the content-addressed store, hash-verified

24
25
26def test_plain_headerless():
27 "Output: plain without headers"
28 expected = "\n".join(["spam 41.9999", "eggs 451"])
29 result = tabulate(_test_table, tablefmt="plain")
30 assert_equal(expected, result)
31
32
33def test_plain_multiline_headerless():

Callers

nothing calls this directly

Calls 2

tabulateFunction · 0.90
assert_equalFunction · 0.90

Tested by

no test coverage detected