Add openpilot tests
This commit is contained in:
10
panda/tests/rtc_test.py
Normal file
10
panda/tests/rtc_test.py
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env python
|
||||
import datetime
|
||||
|
||||
from panda import Panda
|
||||
|
||||
if __name__ == "__main__":
|
||||
p = Panda()
|
||||
|
||||
p.set_datetime(datetime.datetime.now())
|
||||
print(p.get_datetime())
|
||||
Reference in New Issue
Block a user