Skip to content

Commit 9bc6330

Browse files
Capitalize headlines (#8008)
1 parent c784c14 commit 9bc6330

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/en/example/markers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ Let's run this without capturing output and see what we get:
544544
.
545545
1 passed in 0.12s
546546
547-
marking platform specific tests with pytest
547+
Marking platform specific tests with pytest
548548
--------------------------------------------------------------
549549

550550
.. regendoc:wipe

doc/en/example/simple.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ and nothing when run plainly:
452452
453453
========================== no tests ran in 0.12s ===========================
454454
455-
profiling test duration
455+
Profiling test duration
456456
--------------------------
457457

458458
.. regendoc:wipe
@@ -498,7 +498,7 @@ Now we can profile which test functions execute the slowest:
498498
0.10s call test_some_are_slow.py::test_funcfast
499499
============================ 3 passed in 0.12s =============================
500500
501-
incremental testing - test steps
501+
Incremental testing - test steps
502502
---------------------------------------------------
503503

504504
.. regendoc:wipe
@@ -739,7 +739,7 @@ it (unless you use "autouse" fixture which are always executed ahead of the firs
739739
executing).
740740

741741

742-
post-process test reports / failures
742+
Post-process test reports / failures
743743
---------------------------------------
744744

745745
If you want to postprocess test reports and need access to the executing

0 commit comments

Comments
 (0)