Skip to content

Commit

Permalink
small grammar fix
Browse files Browse the repository at this point in the history
Co-authored-by: Maxim <17935127+delatrie@users.noreply.github.com>
  • Loading branch information
betapl3b and delatrie authored Feb 15, 2024
1 parent fa007ff commit 0c79c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion allure-pytest/examples/display_name/display_name.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Titles support placeholders for arguments.
... def test_display_name_template(param):
... assert param

>>> @allure.title("A some test title with ParameterSet id {param_id}")
>>> @allure.title("A test title with ParameterSet id {param_id}")
... @pytest.mark.parametrize('param', [False], ids=["some_id"])
... def test_display_name_parameter_set_id(param):
... assert param

0 comments on commit 0c79c5c

Please sign in to comment.