We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 913f5a1 commit 47a48f7Copy full SHA for 47a48f7
README.rst
@@ -244,10 +244,9 @@ too much work. It'll make everyone happier in the long run.
244
Testing
245
-------------------
246
247
-We use py.test for testing. You can install it via pip/easy_install::
248
-
249
- pip install pytest
250
- easy_install pytest
+We use the built in ``unittest`` module for testing. If you are still on Python
+2.6 you will need to install ``unittest2`` because our test suite requires newer
+features than are included in the main distribution.
251
252
To run the tests just use::
253
0 commit comments