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

Function test_task_5

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

Source from the content-addressed store, hash-verified

172 assert null_value==0
173
174def test_task_5(trajectory):
175 df=pd.read_csv("./output/5.csv")
176 null_value = df.isnull().sum().sum()
177 assert null_value==0
178
179def test_task_6(trajectory):
180 #print("in6")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected