summaryrefslogtreecommitdiff
path: root/doc/en/assert.rst
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2019-07-04 20:01:16 -0400
committerBruno Oliveira <nicoddemus@gmail.com>2019-07-04 20:01:16 -0400
commitbb29f31d2278fc93efba7ef3e123616c13ce8022 (patch)
treeb200766bf6e9c886733ed51538d7fc4d7a5180a7 /doc/en/assert.rst
parentb1928f878d33b912851391c32adb4c0b91fb70c0 (diff)
downloadpytest-bb29f31d2278fc93efba7ef3e123616c13ce8022.tar.gz
Preparing release version 5.0.1
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 1e06d9757..465b8d86c 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-4.x.y, py-1.x.y, pluggy-0.x.y
+ platform linux -- Python 3.x.y, pytest-5.x.y, py-1.x.y, pluggy-0.x.y
cachedir: $PYTHON_PREFIX/.pytest_cache
rootdir: $REGENDOC_TMPDIR
collected 1 item
@@ -186,7 +186,7 @@ if you run this module:
$ pytest test_assert2.py
=========================== test session starts ============================
- platform linux -- Python 3.x.y, pytest-4.x.y, py-1.x.y, pluggy-0.x.y
+ platform linux -- Python 3.x.y, pytest-5.x.y, py-1.x.y, pluggy-0.x.y
cachedir: $PYTHON_PREFIX/.pytest_cache
rootdir: $REGENDOC_TMPDIR
collected 1 item