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

Function test_task_3

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

Source from the content-addressed store, hash-verified

162 assert duplicates==0
163
164def test_task_3(trajectory):
165 df=pd.read_csv('./output/3.csv')
166 duplicates = df.duplicated().sum()
167 assert duplicates==0
168
169def test_task_4(trajectory):
170 df=pd.read_csv('./output/4.csv')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected