MCPcopy
hub / github.com/commaai/openpilot / test_docs_diff

Method test_docs_diff

selfdrive/car/tests/test_docs.py:18–22  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls 3

dump_car_docsFunction · 0.90
print_car_docs_diffFunction · 0.90
joinMethod · 0.80

Tested by

no test coverage detected