summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorRonny Pfannschmidt <ronny.pfannschmidt@redhat.com>2016-06-27 18:19:00 +0200
committerRonny Pfannschmidt <ronny.pfannschmidt@redhat.com>2016-06-27 18:19:00 +0200
commit7dc8d1ab60a8ab0616070a582225b8930f32bc51 (patch)
treee36ad81241ece3ec9f836acc8072ed32abe5fb7b /README.rst
parente877e255873777d6cff6040a638dd1d749bc1add (diff)
downloadpytest-7dc8d1ab60a8ab0616070a582225b8930f32bc51.tar.gz
fix typo and remove python3.2 from readme
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 3c658ee93..a9d0ea3e6 100644
--- a/README.rst
+++ b/README.rst
@@ -17,7 +17,7 @@
:target: https://ci.appveyor.com/project/pytestbot/pytest
The ``pytest`` framework makes it easy to write small tests, yet
-scales to support complex functional testing for applications and libraries.
+scales to support complex functional testing for applications and libraries.
An example of a simple test:
@@ -35,7 +35,7 @@ To execute it::
$ pytest
======= test session starts ========
- platform linux -- Python 3.4.3, pytest-2.8.5, py-1.4.31, pluggy-0.3.1
+ platform linux -- Python 3.4.3, pytest-2.8.5, py-1.4.31, pluggy-0.3.1
collected 1 items
test_sample.py F
@@ -52,7 +52,7 @@ To execute it::
======= 1 failed in 0.12 seconds ========
Due to ``pytest``'s detailed assertion introspection, only plain ``assert`` statements are used. See `getting-started <http://pytest.org/latest/getting-started.html#our-first-test-run>`_ for more examples.
-
+
Features
--------
@@ -69,7 +69,7 @@ Features
- Can run `unittest <http://pytest.org/latest/unittest.html>`_ (or trial),
`nose <http://pytest.org/latest/nose.html>`_ test suites out of the box;
-- Python2.6+, Python3.2+, PyPy-2.3, Jython-2.5 (untested);
+- Python2.6+, Python3.3+, PyPy-2.3, Jython-2.5 (untested);
- Rich plugin architecture, with over 150+ `external plugins <http://pytest.org/latest/plugins.html#installing-external-plugins-searching>`_ and thriving community;