opendbc/can/tests
Shane Smiskol 2b96bcc456
CANParser: process all signals before updating values (#977)
* process all signals before ending early

* this is more clear

* this is more clear

* Revert "this is more clear"

This reverts commit 75511ec262c7a2c1b84a1e8cefe0d9f323a6834f.

* test!

* comment

* it would return false if any checksum or counter was invalid, not updating last_seen_nanos, so don't change behavior

* we can do this, but I don't like how it's reliant on last_seen_nanos (not explicit) to not break

* back to sanity

* cmt

* rename
2023-11-21 19:23:30 -08:00
..
.gitignore Can migration (#199) 2019-11-22 21:46:33 -08:00
__init__.py tests: global constants (#889) 2023-07-07 01:02:12 -07:00
test.dbc CANDefine: test all DBCs (#888) 2023-07-07 01:09:24 -07:00
test_checksums.py CANParser: parse all signals for given messages (#828) 2023-08-10 18:49:14 -07:00
test_dbc_exceptions.py CANParser: parse all signals for given messages (#828) 2023-08-10 18:49:14 -07:00
test_dbc_parser.py CANParser: parse all signals for given messages (#828) 2023-08-10 18:49:14 -07:00
test_define.py Honda: new EPS faulted value (#874) 2023-09-20 00:13:48 -07:00
test_packer_parser.py CANParser: process all signals before updating values (#977) 2023-11-21 19:23:30 -08:00
test_parser_performance.py CANParser: parse all signals for given messages (#828) 2023-08-10 18:49:14 -07:00