mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-09 05:32:05 +08:00
@@ -47,6 +47,7 @@ for i, c in enumerate(sorted(all_known_cars())):
|
||||
@parameterized_class(('car_model', 'route'), test_cases)
|
||||
class TestCarModel(unittest.TestCase):
|
||||
|
||||
@unittest.skipUnless(__name__ == "__main__", "Long running test. Run individually.")
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
if cls.route is None:
|
||||
|
||||
Reference in New Issue
Block a user