-
-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix allure formatting stage name (#777)
- Loading branch information
1 parent
747701c
commit 6f4831c
Showing
3 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
|
||
test_name: "Test test name can have formatting in it: {host}" | ||
|
||
includes: | ||
- !include common.yaml | ||
|
||
stages: | ||
- name: "Test stage name can have formatting in it: {host}" | ||
request: | ||
url: "{host}/echo" | ||
method: POST | ||
json: hi | ||
response: | ||
status_code: 200 | ||
json: hi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ changedir = | |
deps = | ||
docker-compose | ||
flask | ||
allure-pytest | ||
pyjwt | ||
pytest-xdist | ||
pytest-cov | ||
|