Skip to content

Commit

Permalink
no executable for tests/safety
Browse files Browse the repository at this point in the history
  • Loading branch information
bongbui321 committed Sep 28, 2024
1 parent 09667af commit 89d8396
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 20 deletions.
2 changes: 0 additions & 2 deletions tests/safety/test_body.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python3

import panda.tests.safety.common as common

from panda import Panda
Expand Down
1 change: 0 additions & 1 deletion tests/safety/test_chrysler.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 0 additions & 2 deletions tests/safety/test_defaults.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python3

import panda.tests.safety.common as common

from panda import Panda
Expand Down
2 changes: 0 additions & 2 deletions tests/safety/test_elm327.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python3

import panda.tests.safety.common as common

from panda import DLC_TO_LEN, Panda
Expand Down
1 change: 0 additions & 1 deletion tests/safety/test_ford.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
import pytest
import numpy as np
import random
Expand Down
1 change: 0 additions & 1 deletion tests/safety/test_gm.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
import pytest
from panda import Panda
from panda.tests.libpanda import libpanda_py
Expand Down
1 change: 0 additions & 1 deletion tests/safety/test_honda.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
import pytest
import numpy as np

Expand Down
1 change: 0 additions & 1 deletion tests/safety/test_hyundai.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
import random
from panda import Panda
from panda.tests.libpanda import libpanda_py
Expand Down
1 change: 0 additions & 1 deletion tests/safety/test_hyundai_canfd.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
import pytest
from parameterized import parameterized_class
from panda import Panda
Expand Down
1 change: 0 additions & 1 deletion tests/safety/test_mazda.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion tests/safety/test_nissan.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion tests/safety/test_subaru.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
import enum
from panda import Panda
from panda.tests.libpanda import libpanda_py
Expand Down
1 change: 0 additions & 1 deletion tests/safety/test_subaru_preglobal.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion tests/safety/test_tesla.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
import pytest
import numpy as np
from panda import Panda
Expand Down
1 change: 0 additions & 1 deletion tests/safety/test_toyota.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
import pytest
import numpy as np
import random
Expand Down
1 change: 0 additions & 1 deletion tests/safety/test_volkswagen_mqb.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
import pytest
import numpy as np
from panda import Panda
Expand Down
1 change: 0 additions & 1 deletion tests/safety/test_volkswagen_pq.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
import pytest
from panda import Panda
from panda.tests.libpanda import libpanda_py
Expand Down

0 comments on commit 89d8396

Please sign in to comment.