mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-29608: Sync with teamcity + tests
Use ``keyword`` instead of ``step_type`` (See jb_behave_formatter.py)
This commit is contained in:
@@ -17,7 +17,7 @@ from teamcity.messages import TeamcityServiceMessages
|
||||
|
||||
def _step_name(step):
|
||||
assert isinstance(step, Step)
|
||||
return step.step_type.capitalize() + " " + step.name.strip()
|
||||
return step.keyword + " " + step.name.strip()
|
||||
|
||||
|
||||
def _suite_name(suite):
|
||||
|
||||
Reference in New Issue
Block a user