mirror of https://github.com/1okko/openpilot.git
parent
c05b37979d
commit
19db56b1f6
|
@ -424,4 +424,4 @@ class TestOnroad(unittest.TestCase):
|
|||
|
||||
|
||||
if __name__ == "__main__":
|
||||
pytest.main()
|
||||
unittest.main()
|
||||
|
|
|
@ -25,4 +25,4 @@ class TestHardware(unittest.TestCase):
|
|||
|
||||
|
||||
if __name__ == "__main__":
|
||||
pytest.main()
|
||||
unittest.main()
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
from collections import defaultdict, deque
|
||||
import sys
|
||||
import pytest
|
||||
import unittest
|
||||
import time
|
||||
|
@ -132,4 +131,4 @@ class TestPowerDraw(unittest.TestCase):
|
|||
|
||||
|
||||
if __name__ == "__main__":
|
||||
pytest.main(sys.argv)
|
||||
unittest.main()
|
||||
|
|
Loading…
Reference in New Issue