Renamed test_stage_movement method
This commit is contained in:
parent
58d37354c3
commit
4734cb3bb5
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ class TestStage(unittest.TestCase):
|
||||||
for key in expected_keys:
|
for key in expected_keys:
|
||||||
self.assertTrue(key in state['stage'])
|
self.assertTrue(key in state['stage'])
|
||||||
|
|
||||||
def test_movement(self):
|
def test_stage_movement(self):
|
||||||
connection = APIconnection(host="localhost", port=5000, api_ver="v1")
|
connection = APIconnection(host="localhost", port=5000, api_ver="v1")
|
||||||
|
|
||||||
move_distance = 500
|
move_distance = 500
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue