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

Function test_task_13

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

Source from the content-addressed store, hash-verified

264 assert num_rows==4
265
266def test_task_13(trajectory):
267 df=pd.read_csv("./output/13.csv")
268 num_rows = df.shape[0]
269 assert num_rows==30
270
271def test_task_14(trajectory):
272 df = pd.read_csv("./output/14.csv")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected