mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-24 08:23:52 +08:00
Update test_monitoring.py
This commit is contained in:
@@ -100,7 +100,7 @@ class TestMonitoring(unittest.TestCase):
|
||||
((_DISTRACTED_PROMPT_TIME_TILL_TERMINAL)/2))/DT_DMON)][0].name, 'promptDriverDistracted')
|
||||
self.assertEqual(events_output[int((_DISTRACTED_TIME+\
|
||||
((_TEST_TIMESPAN-10-_DISTRACTED_TIME)/2))/DT_DMON)][0].name, 'driverDistracted')
|
||||
self.assertTrue(type(d_status.awareness)==float)
|
||||
self.assertIs(type(d_status.awareness), float)
|
||||
|
||||
# 2. op engaged, no face detected the whole time, no action
|
||||
def test_fully_invisible_driver(self):
|
||||
|
||||
Reference in New Issue
Block a user