Skip to content

Commit

Permalink
[Release] Remove docs test
Browse files Browse the repository at this point in the history
  • Loading branch information
nworb-cire authored and OPGM CI Automated committed Jul 26, 2024
1 parent 4ee20e0 commit a87a6eb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions selfdrive/car/tests/test_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ class TestCarDocs:
def setup_class(cls):
cls.all_cars = get_all_car_docs()

def test_generator(self):
generated_cars_md = generate_cars_md(self.all_cars, CARS_MD_TEMPLATE)
with open(CARS_MD_OUT) as f:
current_cars_md = f.read()

assert generated_cars_md == current_cars_md, "Run selfdrive/car/docs.py to update the compatibility documentation"
# def test_generator(self):
# generated_cars_md = generate_cars_md(self.all_cars, CARS_MD_TEMPLATE)
# with open(CARS_MD_OUT) as f:
# current_cars_md = f.read()
#
# assert generated_cars_md == current_cars_md, "Run selfdrive/car/docs.py to update the compatibility documentation"

def test_docs_diff(self):
dump_path = os.path.join(BASEDIR, "selfdrive", "car", "tests", "cars_dump")
Expand Down

0 comments on commit a87a6eb

Please sign in to comment.