Skip to content

Commit 47a48f7

Browse files
committed
Fix last remaining reference to py.test
1 parent 913f5a1 commit 47a48f7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,9 @@ too much work. It'll make everyone happier in the long run.
244244
Testing
245245
-------------------
246246

247-
We use py.test for testing. You can install it via pip/easy_install::
248-
249-
pip install pytest
250-
easy_install pytest
247+
We use the built in ``unittest`` module for testing. If you are still on Python
248+
2.6 you will need to install ``unittest2`` because our test suite requires newer
249+
features than are included in the main distribution.
251250

252251
To run the tests just use::
253252

0 commit comments

Comments
 (0)