renamed test
This commit is contained in:
parent
10f77c99f6
commit
1b12dd40b6
@ -13,10 +13,10 @@ class TestOrchestrator(unittest.TestCase):
|
||||
with patch('requests.sessions.Session.get', MyResponse):
|
||||
self.orc = Orchestrator()
|
||||
|
||||
def test(self):
|
||||
def test_full_speed_if_far_away(self):
|
||||
self.orc.tls = {'1': {'color': 'RED', 'switching_time': 1, 'last_switch': self.timestamp}}
|
||||
tl_geo = {'cursor': [
|
||||
{'id': '1', 'calculatedRange': 100}
|
||||
{'id': '1', 'calculatedRange': 1000}
|
||||
]}
|
||||
current_vel = 130.0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user