renamed test

This commit is contained in:
Marco Zeisler 2021-06-17 23:00:01 +02:00
parent 10f77c99f6
commit 1b12dd40b6

View File

@ -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