(trajectory)
| 245 | # test_task_9() |
| 246 | |
| 247 | def 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 | |
| 252 | def test_task_11(trajectory): |
| 253 | try: |
nothing calls this directly
no outgoing calls
no test coverage detected