summaryrefslogtreecommitdiff
path: root/doc/en/assert.rst
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2016-08-31 20:32:05 -0400
committerBruno Oliveira <nicoddemus@gmail.com>2016-08-31 20:32:05 -0400
commitd512e7f26b2290b9031c89bbd632b6b5e699058f (patch)
tree72792fa3a517d19c147dbdf7dd8278db63cf9037 /doc/en/assert.rst
parentf985f47a02a512e1280ef6817c1cf4b72d50b5b2 (diff)
downloadpytest-d512e7f26b2290b9031c89bbd632b6b5e699058f.tar.gz
Run regendoc for 3.0.2 release
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 cb8ec3b2a..9a283b629 100644
--- a/doc/en/assert.rst
+++ b/doc/en/assert.rst
@@ -26,7 +26,7 @@ you will see the return value of the function call::
$ pytest test_assert1.py
======= test session starts ========
- platform linux -- Python 3.5.2, pytest-3.0.1, py-1.4.31, pluggy-0.3.1
+ platform linux -- Python 3.5.2, pytest-3.0.2, py-1.4.31, pluggy-0.3.1
rootdir: $REGENDOC_TMPDIR, inifile:
collected 1 items
@@ -170,7 +170,7 @@ if you run this module::
$ pytest test_assert2.py
======= test session starts ========
- platform linux -- Python 3.5.2, pytest-3.0.1, py-1.4.31, pluggy-0.3.1
+ platform linux -- Python 3.5.2, pytest-3.0.2, py-1.4.31, pluggy-0.3.1
rootdir: $REGENDOC_TMPDIR, inifile:
collected 1 items