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

Function test_task_10

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

Source from the content-addressed store, hash-verified

245# test_task_9()
246
247def test_task_10(trajectory):
248 df=pd.read_csv("./output/10.csv")
249 date_format_correct = all(pd.to_datetime(df['Start Date'], errors='coerce').notnull())
250 assert date_format_correct==True
251
252def test_task_11(trajectory):
253 try:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected