regen docs and bump version to 2.5.0

This commit is contained in:
holger krekel
2013-12-11 12:20:19 +01:00
parent 0fa77d58c4
commit bfa53811d3
17 changed files with 157 additions and 157 deletions

View File

@@ -43,7 +43,7 @@ then the test collection looks like this::
$ py.test --collect-only
=========================== test session starts ============================
platform linux2 -- Python 2.7.3 -- pytest-2.4.2
platform linux2 -- Python 2.7.3 -- pytest-2.5.0
collected 2 items
<Module 'check_myapp.py'>
<Class 'CheckMyApp'>
@@ -88,7 +88,7 @@ You can always peek at the collection tree without running tests like this::
. $ py.test --collect-only pythoncollection.py
=========================== test session starts ============================
platform linux2 -- Python 2.7.3 -- pytest-2.4.2
platform linux2 -- Python 2.7.3 -- pytest-2.5.0
collected 3 items
<Module 'pythoncollection.py'>
<Function 'test_function'>
@@ -141,7 +141,7 @@ interpreters and will leave out the setup.py file::
$ py.test --collect-only
=========================== test session starts ============================
platform linux2 -- Python 2.7.3 -- pytest-2.4.2
platform linux2 -- Python 2.7.3 -- pytest-2.5.0
collected 1 items
<Module 'pkg/module_py2.py'>
<Function 'test_only_on_python2'>