summaryrefslogtreecommitdiff
path: root/doc/en/assert.rst
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2019-08-20 11:25:51 -0700
committerAnthony Sottile <asottile@umich.edu>2019-08-20 11:30:36 -0700
commitb135f5af8d9b3a2a3904a55ec51b55db737c97d1 (patch)
tree7497f3c7d1761211a26a350a4ac8c4459869292d /doc/en/assert.rst
parentdaff9066c0c4ed1108a391fe3efcf6df5ab905ca (diff)
downloadpytest-b135f5af8d9b3a2a3904a55ec51b55db737c97d1.tar.gz
Preparing release version 5.1.1
Diffstat (limited to 'doc/en/assert.rst')
-rw-r--r--doc/en/assert.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/en/assert.rst b/doc/en/assert.rst
index bd6e9b3b3..16de77898 100644
--- a/doc/en/assert.rst
+++ b/doc/en/assert.rst
@@ -47,7 +47,7 @@ you will see the return value of the function call:
E + where 3 = f()
test_assert1.py:6: AssertionError
- ============================ 1 failed in 0.05s =============================
+ ============================ 1 failed in 0.02s =============================
``pytest`` has support for showing the values of the most common subexpressions
including calls, attributes, comparisons, and binary and unary
@@ -208,7 +208,7 @@ if you run this module:
E Use -v to get the full diff
test_assert2.py:6: AssertionError
- ============================ 1 failed in 0.05s =============================
+ ============================ 1 failed in 0.02s =============================
Special comparisons are done for a number of cases:
@@ -279,7 +279,7 @@ the conftest file:
E vals: 1 != 2
test_foocompare.py:12: AssertionError
- 1 failed in 0.05s
+ 1 failed in 0.02s
.. _assert-details:
.. _`assert introspection`: