some more improvements and updates to docs, add release announcements

This commit is contained in:
holger krekel
2010-11-06 11:38:53 +01:00
parent 6dac77433e
commit fcebf4f557
47 changed files with 315 additions and 254 deletions

View File

@@ -21,7 +21,7 @@ assertion fails you will see the value of ``x``::
$ py.test test_assert1.py
=========================== test session starts ============================
platform linux2 -- Python 2.6.5 -- pytest-2.0.0.dev17
platform linux2 -- Python 2.6.5 -- pytest-2.0.0.dev19
test path 1: test_assert1.py
test_assert1.py F
@@ -101,7 +101,7 @@ if you run this module::
$ py.test test_assert2.py
=========================== test session starts ============================
platform linux2 -- Python 2.6.5 -- pytest-2.0.0.dev17
platform linux2 -- Python 2.6.5 -- pytest-2.0.0.dev19
test path 1: test_assert2.py
test_assert2.py F