summaryrefslogtreecommitdiff
path: root/doc/en/assert.rst
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2015-09-22 14:02:11 +0200
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2015-09-22 14:22:37 +0200
commit662d75597426e89cdc35b72f7def027ef1303d0f (patch)
tree0f2bb77354b4a457a25a06a9cba0213eb6664570 /doc/en/assert.rst
parentbf9b94595c30834b235a25bb888ff1e4b8f2ae85 (diff)
downloadpytest-662d75597426e89cdc35b72f7def027ef1303d0f.tar.gz
fix documentation gegeneration, kill Makefile
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 3d1a00a70..8f46aa038 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::
$ py.test test_assert1.py
======= test session starts ========
- platform linux2 -- Python 2.7.9, pytest-2.8.0.dev4, py-1.4.28, pluggy-0.3.0
+ platform linux2 -- Python 2.7.10, pytest-2.8.0, py-1.4.30, pluggy-0.3.1
rootdir: $REGENDOC_TMPDIR, inifile:
collected 1 items
@@ -146,7 +146,7 @@ if you run this module::
$ py.test test_assert2.py
======= test session starts ========
- platform linux2 -- Python 2.7.9, pytest-2.8.0.dev4, py-1.4.28, pluggy-0.3.0
+ platform linux2 -- Python 2.7.10, pytest-2.8.0, py-1.4.30, pluggy-0.3.1
rootdir: $REGENDOC_TMPDIR, inifile:
collected 1 items
@@ -225,7 +225,7 @@ the conftest file::
E assert Comparing Foo instances:
E vals: 1 != 2
- test_foocompare.py:8: AssertionError
+ test_foocompare.py:11: AssertionError
1 failed in 0.12 seconds
.. _assert-details: