File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -544,7 +544,7 @@ Let's run this without capturing output and see what we get:
544
544
.
545
545
1 passed in 0.12s
546
546
547
- marking platform specific tests with pytest
547
+ Marking platform specific tests with pytest
548
548
--------------------------------------------------------------
549
549
550
550
.. regendoc:wipe
Original file line number Diff line number Diff line change @@ -452,7 +452,7 @@ and nothing when run plainly:
452
452
453
453
========================== no tests ran in 0.12s ===========================
454
454
455
- profiling test duration
455
+ Profiling test duration
456
456
--------------------------
457
457
458
458
.. regendoc:wipe
@@ -498,7 +498,7 @@ Now we can profile which test functions execute the slowest:
498
498
0.10s call test_some_are_slow.py::test_funcfast
499
499
============================ 3 passed in 0.12s =============================
500
500
501
- incremental testing - test steps
501
+ Incremental testing - test steps
502
502
---------------------------------------------------
503
503
504
504
.. regendoc:wipe
@@ -739,7 +739,7 @@ it (unless you use "autouse" fixture which are always executed ahead of the firs
739
739
executing).
740
740
741
741
742
- post -process test reports / failures
742
+ Post -process test reports / failures
743
743
---------------------------------------
744
744
745
745
If you want to postprocess test reports and need access to the executing
You can’t perform that action at this time.
0 commit comments