Update writing_plugins.rst (#7757)
Capitalize the first word in a sentence and add a period at the end.
This commit is contained in:
parent
f42c0cd1ec
commit
cdf2024070
|
@ -404,7 +404,7 @@ return a result object, with which we can assert the tests' outcomes.
|
||||||
result.assert_outcomes(passed=4)
|
result.assert_outcomes(passed=4)
|
||||||
|
|
||||||
|
|
||||||
additionally it is possible to copy examples for an example folder before running pytest on it
|
Additionally it is possible to copy examples for an example folder before running pytest on it.
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue