summaryrefslogtreecommitdiff
path: root/doc/en/assert.rst
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2020-07-08 17:51:01 -0400
committerBruno Oliveira <nicoddemus@gmail.com>2020-07-08 17:51:01 -0400
commit7d033a89505484d03b1fc4a885ecea1777ca7457 (patch)
tree34530bfde1091003fdc9c12af2875e8a259d5578 /doc/en/assert.rst
parent64b19595a5820ba7fc0afbeba5d891361c00c9db (diff)
downloadpytest-7d033a89505484d03b1fc4a885ecea1777ca7457.tar.gz
Prepare release version 6.0.0rc1
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 87c79720f..e39da6e8a 100644
--- a/doc/en/assert.rst
+++ b/doc/en/assert.rst
@@ -31,7 +31,7 @@ you will see the return value of the function call:
$ pytest test_assert1.py
=========================== test session starts ============================
- platform linux -- Python 3.x.y, pytest-5.x.y, py-1.x.y, pluggy-0.x.y
+ platform linux -- Python 3.x.y, pytest-6.x.y, py-1.x.y, pluggy-0.x.y
cachedir: $PYTHON_PREFIX/.pytest_cache
rootdir: $REGENDOC_TMPDIR
collected 1 item
@@ -188,7 +188,7 @@ if you run this module:
$ pytest test_assert2.py
=========================== test session starts ============================
- platform linux -- Python 3.x.y, pytest-5.x.y, py-1.x.y, pluggy-0.x.y
+ platform linux -- Python 3.x.y, pytest-6.x.y, py-1.x.y, pluggy-0.x.y
cachedir: $PYTHON_PREFIX/.pytest_cache
rootdir: $REGENDOC_TMPDIR
collected 1 item