Skip to content

Commit

Permalink
'test_dbc_parser: ensure we're running on real DBCs'
Browse files Browse the repository at this point in the history
Split from commaai#828
  • Loading branch information
sshane committed Aug 5, 2023
1 parent 5b80c0c commit 46b59dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions can/tests/test_dbc_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@


class TestDBCParser(unittest.TestCase):
def test_enough_dbcs(self):
# sanity check that we're running on the real DBCs
self.assertGreater(len(ALL_DBCS), 20)

def test_parse_all_dbcs(self):
"""
Dynamic DBC parser checks:
Expand Down

0 comments on commit 46b59dd

Please sign in to comment.