From 437bc9c5d6d89e8187047a61b7862c391dfd5649 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Tue, 2 Jan 2024 21:56:21 -0800 Subject: [PATCH] good to find the usages, but generally we'd like to fail the tests without this todo: falsify those tests? --- tests/safety/test_chrysler.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/safety/test_chrysler.py b/tests/safety/test_chrysler.py index 263768a64..39ce88ca4 100755 --- a/tests/safety/test_chrysler.py +++ b/tests/safety/test_chrysler.py @@ -153,9 +153,6 @@ class ChryslerLongitudinalBase(TestChryslerSafety): def test_cruise_engaged_prev(self): pass - def _pcm_status_msg(self, enable): - raise Exception - def _send_torque_accel_msg(self, enable, torque_active, torque, accel_active, accel): values = { "ACC_AVAILABLE": 1,