(trajectory)
| 250 | assert date_format_correct==True |
| 251 | |
| 252 | def test_task_11(trajectory): |
| 253 | try: |
| 254 | df=pd.read_excel("./output/11.xls") |
| 255 | except: |
| 256 | df=pd.read_excel("./output/11.xlsx") |
| 257 | |
| 258 | assert df |
| 259 | |
| 260 | |
| 261 | def test_task_12(trajectory): |
nothing calls this directly
no outgoing calls
no test coverage detected