(self)
| 16 | generate_cars_md(self.all_cars, CARS_MD_TEMPLATE) |
| 17 | |
| 18 | def test_docs_diff(self): |
| 19 | dump_path = os.path.join(BASEDIR, "selfdrive", "car", "tests", "cars_dump") |
| 20 | dump_car_docs(dump_path) |
| 21 | print_car_docs_diff(dump_path) |
| 22 | os.remove(dump_path) |
nothing calls this directly
no test coverage detected