Renamed test_stage_movement method

This commit is contained in:
Joel Collins 2019-01-17 14:15:28 +00:00
parent 58d37354c3
commit 4734cb3bb5

View file

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