Merged in jurko/pytest (pull request #100)

update README.rst docs - pytest is compatible with Python 2.5 instead of 2.4
This commit is contained in:
holger krekel
2014-01-18 14:51:53 +01:00

View File

@@ -17,7 +17,7 @@ scales to support complex functional testing. It provides
- multi-paradigm support: you can use ``pytest`` to run test suites based
on `unittest <http://pytest.org/latest/unittest.html>`_ (or trial),
`nose <http://pytest.org/latest/nose.html>`_
- single-source compatibility to Python2.4 all the way up to Python3.3,
- single-source compatibility to Python2.5 all the way up to Python3.3,
PyPy-1.9 and Jython-2.5.1.
- many `external plugins <http://pytest.org/latest/plugins.html#installing-external-plugins-searching>`_.