From 4734cb3bb5f84d11a7ca61c3feb570f978a213f5 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Thu, 17 Jan 2019 14:15:28 +0000 Subject: [PATCH] Renamed test_stage_movement method --- tests/test_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_api.py b/tests/test_api.py index ecb52abd..4d2681cd 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -92,7 +92,7 @@ class TestStage(unittest.TestCase): for key in expected_keys: self.assertTrue(key in state['stage']) - def test_movement(self): + def test_stage_movement(self): connection = APIconnection(host="localhost", port=5000, api_ver="v1") move_distance = 500