summaryrefslogtreecommitdiff
path: root/doc/en/assert.rst
diff options
context:
space:
mode:
authorBruno Oliveira <bruno@esss.co>2019-08-30 12:43:47 -0300
committerBruno Oliveira <bruno@esss.co>2019-08-30 12:43:47 -0300
commite56544cb587e8f288bea12aff01355b31aec92f7 (patch)
tree20b3a54dd5b0843276837ce6838ce77e62cd2afa /doc/en/assert.rst
parentf9cc704b1a8cf475a02051b747b78897b13a83f7 (diff)
downloadpytest-e56544cb587e8f288bea12aff01355b31aec92f7.tar.gz
Preparing release version 5.1.2
Diffstat (limited to 'doc/en/assert.rst')
-rw-r--r--doc/en/assert.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/assert.rst b/doc/en/assert.rst
index 16de77898..04ee9c0f6 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.02s =============================
+ ============================ 1 failed in 0.12s =============================
``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.02s =============================
+ ============================ 1 failed in 0.12s =============================
Special comparisons are done for a number of cases: