(trajectory)
| 172 | assert null_value==0 |
| 173 | |
| 174 | def 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 | |
| 179 | def test_task_6(trajectory): |
| 180 | #print("in6") |
nothing calls this directly
no outgoing calls
no test coverage detected