MCPcopy
hub / github.com/pandas-dev/pandas / test_main

Function test_main

scripts/tests/test_check_test_naming.py:36–40  ·  view source on GitHub ↗
(capsys, src, expected_out, expected_ret)

Source from the content-addressed store, hash-verified

34 ],
35)
36def test_main(capsys, src, expected_out, expected_ret):
37 ret = main(src, "t.py")
38 out, _ = capsys.readouterr()
39 assert out == expected_out
40 assert ret == expected_ret

Callers

nothing calls this directly

Calls 1

mainFunction · 0.90

Tested by

no test coverage detected