bump to 2.3.3, add release announce

This commit is contained in:
holger krekel
2012-11-06 14:41:10 +01:00
parent 33cd414420
commit 65d6ebe7d1
21 changed files with 135 additions and 134 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.2
platform linux2 -- Python 2.7.3 -- pytest-2.3.3
collected 2 items
<Module 'check_myapp.py'>
<Class 'CheckMyApp'>
@@ -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.2
platform linux2 -- Python 2.7.3 -- pytest-2.3.3
collected 3 items
<Module 'pythoncollection.py'>
<Function 'test_function'>
@@ -91,7 +91,7 @@ You can always peek at the collection tree without running tests like this::
<Function 'test_method'>
<Function 'test_anothermethod'>
============================= in 0.00 seconds =============================
============================= in 0.01 seconds =============================
customizing test collection to find all .py files
---------------------------------------------------------
@@ -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.2
platform linux2 -- Python 2.7.3 -- pytest-2.3.3
collected 1 items
<Module 'pkg/module_py2.py'>
<Function 'test_only_on_python2'>