MCPcopy Create free account
hub / github.com/Mercury7353/PyBench / test_task_12

Function test_task_12

data/unit_test/tests.py:261–264  ·  view source on GitHub ↗
(trajectory)

Source from the content-addressed store, hash-verified

259
260
261def test_task_12(trajectory):
262 df=pd.read_csv("./output/12.csv")
263 num_rows = df.shape[0]
264 assert num_rows==4
265
266def test_task_13(trajectory):
267 df=pd.read_csv("./output/13.csv")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected