From 89d839628dbd8e96ce9637a59ed79bc9d7708a55 Mon Sep 17 00:00:00 2001 From: bongbui321 Date: Fri, 27 Sep 2024 23:27:08 -0400 Subject: [PATCH] no executable for tests/safety --- tests/safety/test_body.py | 2 -- tests/safety/test_chrysler.py | 1 - tests/safety/test_defaults.py | 2 -- tests/safety/test_elm327.py | 2 -- tests/safety/test_ford.py | 1 - tests/safety/test_gm.py | 1 - tests/safety/test_honda.py | 1 - tests/safety/test_hyundai.py | 1 - tests/safety/test_hyundai_canfd.py | 1 - tests/safety/test_mazda.py | 1 - tests/safety/test_nissan.py | 1 - tests/safety/test_subaru.py | 1 - tests/safety/test_subaru_preglobal.py | 1 - tests/safety/test_tesla.py | 1 - tests/safety/test_toyota.py | 1 - tests/safety/test_volkswagen_mqb.py | 1 - tests/safety/test_volkswagen_pq.py | 1 - 17 files changed, 20 deletions(-) mode change 100755 => 100644 tests/safety/test_body.py mode change 100755 => 100644 tests/safety/test_chrysler.py mode change 100755 => 100644 tests/safety/test_defaults.py mode change 100755 => 100644 tests/safety/test_elm327.py mode change 100755 => 100644 tests/safety/test_ford.py mode change 100755 => 100644 tests/safety/test_gm.py mode change 100755 => 100644 tests/safety/test_honda.py mode change 100755 => 100644 tests/safety/test_hyundai.py mode change 100755 => 100644 tests/safety/test_hyundai_canfd.py mode change 100755 => 100644 tests/safety/test_mazda.py mode change 100755 => 100644 tests/safety/test_nissan.py mode change 100755 => 100644 tests/safety/test_subaru.py mode change 100755 => 100644 tests/safety/test_subaru_preglobal.py mode change 100755 => 100644 tests/safety/test_tesla.py mode change 100755 => 100644 tests/safety/test_toyota.py mode change 100755 => 100644 tests/safety/test_volkswagen_mqb.py mode change 100755 => 100644 tests/safety/test_volkswagen_pq.py diff --git a/tests/safety/test_body.py b/tests/safety/test_body.py old mode 100755 new mode 100644 index 843d7d1e41..fc6c4611f6 --- a/tests/safety/test_body.py +++ b/tests/safety/test_body.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - import panda.tests.safety.common as common from panda import Panda diff --git a/tests/safety/test_chrysler.py b/tests/safety/test_chrysler.py old mode 100755 new mode 100644 index 5157f2922d..407accfd6f --- a/tests/safety/test_chrysler.py +++ b/tests/safety/test_chrysler.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 from panda import Panda from panda.tests.libpanda import libpanda_py import panda.tests.safety.common as common diff --git a/tests/safety/test_defaults.py b/tests/safety/test_defaults.py old mode 100755 new mode 100644 index ff5268ce1d..3ed1d0bb82 --- a/tests/safety/test_defaults.py +++ b/tests/safety/test_defaults.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - import panda.tests.safety.common as common from panda import Panda diff --git a/tests/safety/test_elm327.py b/tests/safety/test_elm327.py old mode 100755 new mode 100644 index a3e7470653..6978d9f355 --- a/tests/safety/test_elm327.py +++ b/tests/safety/test_elm327.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - import panda.tests.safety.common as common from panda import DLC_TO_LEN, Panda diff --git a/tests/safety/test_ford.py b/tests/safety/test_ford.py old mode 100755 new mode 100644 index d631df43ec..bee107c651 --- a/tests/safety/test_ford.py +++ b/tests/safety/test_ford.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 import pytest import numpy as np import random diff --git a/tests/safety/test_gm.py b/tests/safety/test_gm.py old mode 100755 new mode 100644 index 46fb72eb79..4b942a1b6c --- a/tests/safety/test_gm.py +++ b/tests/safety/test_gm.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 import pytest from panda import Panda from panda.tests.libpanda import libpanda_py diff --git a/tests/safety/test_honda.py b/tests/safety/test_honda.py old mode 100755 new mode 100644 index d6dfa08e13..c002f620ee --- a/tests/safety/test_honda.py +++ b/tests/safety/test_honda.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 import pytest import numpy as np diff --git a/tests/safety/test_hyundai.py b/tests/safety/test_hyundai.py old mode 100755 new mode 100644 index c72573e64c..53e078114f --- a/tests/safety/test_hyundai.py +++ b/tests/safety/test_hyundai.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 import random from panda import Panda from panda.tests.libpanda import libpanda_py diff --git a/tests/safety/test_hyundai_canfd.py b/tests/safety/test_hyundai_canfd.py old mode 100755 new mode 100644 index 52b7ddea16..67fd645514 --- a/tests/safety/test_hyundai_canfd.py +++ b/tests/safety/test_hyundai_canfd.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 import pytest from parameterized import parameterized_class from panda import Panda diff --git a/tests/safety/test_mazda.py b/tests/safety/test_mazda.py old mode 100755 new mode 100644 index 7805ea8e73..46dfbdf5bc --- a/tests/safety/test_mazda.py +++ b/tests/safety/test_mazda.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 from panda import Panda from panda.tests.libpanda import libpanda_py import panda.tests.safety.common as common diff --git a/tests/safety/test_nissan.py b/tests/safety/test_nissan.py old mode 100755 new mode 100644 index 0d8191d13d..b7441b2e88 --- a/tests/safety/test_nissan.py +++ b/tests/safety/test_nissan.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 from panda import Panda from panda.tests.libpanda import libpanda_py import panda.tests.safety.common as common diff --git a/tests/safety/test_subaru.py b/tests/safety/test_subaru.py old mode 100755 new mode 100644 index 8200aecc68..ef33175d6e --- a/tests/safety/test_subaru.py +++ b/tests/safety/test_subaru.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 import enum from panda import Panda from panda.tests.libpanda import libpanda_py diff --git a/tests/safety/test_subaru_preglobal.py b/tests/safety/test_subaru_preglobal.py old mode 100755 new mode 100644 index 503f159ab5..c03364b6ad --- a/tests/safety/test_subaru_preglobal.py +++ b/tests/safety/test_subaru_preglobal.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 from panda import Panda from panda.tests.libpanda import libpanda_py import panda.tests.safety.common as common diff --git a/tests/safety/test_tesla.py b/tests/safety/test_tesla.py old mode 100755 new mode 100644 index c2b6097a5e..a33f6c9734 --- a/tests/safety/test_tesla.py +++ b/tests/safety/test_tesla.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 import pytest import numpy as np from panda import Panda diff --git a/tests/safety/test_toyota.py b/tests/safety/test_toyota.py old mode 100755 new mode 100644 index 9159c3f4f4..b762050c23 --- a/tests/safety/test_toyota.py +++ b/tests/safety/test_toyota.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 import pytest import numpy as np import random diff --git a/tests/safety/test_volkswagen_mqb.py b/tests/safety/test_volkswagen_mqb.py old mode 100755 new mode 100644 index d94aa22a75..024300a023 --- a/tests/safety/test_volkswagen_mqb.py +++ b/tests/safety/test_volkswagen_mqb.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 import pytest import numpy as np from panda import Panda diff --git a/tests/safety/test_volkswagen_pq.py b/tests/safety/test_volkswagen_pq.py old mode 100755 new mode 100644 index ee8615292b..2bdf1d153d --- a/tests/safety/test_volkswagen_pq.py +++ b/tests/safety/test_volkswagen_pq.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 import pytest from panda import Panda from panda.tests.libpanda import libpanda_py