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

Function test_task_4

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

Source from the content-addressed store, hash-verified

167 assert duplicates==0
168
169def test_task_4(trajectory):
170 df=pd.read_csv('./output/4.csv')
171 null_value = df.isnull().sum().sum()
172 assert null_value==0
173
174def test_task_5(trajectory):
175 df=pd.read_csv("./output/5.csv")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected