summaryrefslogtreecommitdiff
path: root/doc/en/example/simple.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/example/simple.rst')
-rw-r--r--doc/en/example/simple.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/en/example/simple.rst b/doc/en/example/simple.rst
index be3f8d2e8..176063a1a 100644
--- a/doc/en/example/simple.rst
+++ b/doc/en/example/simple.rst
@@ -382,9 +382,9 @@ Now we can profile which test functions execute the slowest::
test_some_are_slow.py ...
======= slowest 3 test durations ========
- 0.20s call test_some_are_slow.py::test_funcslow2
- 0.10s call test_some_are_slow.py::test_funcslow1
- 0.00s setup test_some_are_slow.py::test_funcfast
+ 0.30s call test_some_are_slow.py::test_funcslow2
+ 0.20s call test_some_are_slow.py::test_funcslow1
+ 0.10s call test_some_are_slow.py::test_funcfast
======= 3 passed in 0.12 seconds ========
incremental testing - test steps