Skip to content

Commit 24f552e

Browse files
committed
Correct "pytest" capitalization
1 parent 08c70e8 commit 24f552e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/discussions/downstream-packaging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ are:
315315
and testing them all takes a lot of time. Using pytest-xdist_ can help them
316316
avoid bottlenecks.
317317

318-
- Ideally, **support running your test suite via PyTest**. PyTest_ has many
318+
- Ideally, **support running your test suite via pytest**. pytest_ has many
319319
command-line arguments that are truly helpful to downstreams, such as
320320
the ability to conveniently deselect tests, rerun flaky tests
321321
(via pytest-rerunfailures_), add a timeout to prevent tests from hanging

0 commit comments

Comments
 (0)