prepare a 2.3.1

This commit is contained in:
holger krekel
2012-10-20 14:05:33 +02:00
parent f41f7fda68
commit 289ee1c6ea
20 changed files with 142 additions and 341 deletions

View File

@@ -43,7 +43,7 @@ then the test collection looks like this::
$ py.test --collectonly
=========================== test session starts ============================
platform linux2 -- Python 2.7.3 -- pytest-2.3.0
platform linux2 -- Python 2.7.3 -- pytest-2.3.1
collected 2 items
<Module 'check_myapp.py'>
<Class 'CheckMyApp'>
@@ -51,7 +51,7 @@ then the test collection looks like this::
<Function 'check_simple'>
<Function 'check_complex'>
============================= in 0.01 seconds =============================
============================= in 0.00 seconds =============================
Interpreting cmdline arguments as Python packages
-----------------------------------------------------
@@ -82,7 +82,7 @@ You can always peek at the collection tree without running tests like this::
. $ py.test --collectonly pythoncollection.py
=========================== test session starts ============================
platform linux2 -- Python 2.7.3 -- pytest-2.3.0
platform linux2 -- Python 2.7.3 -- pytest-2.3.1
collected 3 items
<Module 'pythoncollection.py'>
<Function 'test_function'>
@@ -135,7 +135,7 @@ interpreters and will leave out the setup.py file::
$ py.test --collectonly
=========================== test session starts ============================
platform linux2 -- Python 2.7.3 -- pytest-2.3.0
platform linux2 -- Python 2.7.3 -- pytest-2.3.1
collected 1 items
<Module 'pkg/module_py2.py'>
<Function 'test_only_on_python2'>