diff --git a/docs/tutorials/contributing/running_tests.rst b/docs/tutorials/contributing/running_tests.rst index 31a569667..3afcde7f6 100644 --- a/docs/tutorials/contributing/running_tests.rst +++ b/docs/tutorials/contributing/running_tests.rst @@ -4,6 +4,10 @@ Running tests Basic test runners ------------------ +Before running tests, you should have hypothesis 3.2 installed:: + + $ pip install hypothesis==3.2 + The project has an extensive test suite which is run each time a new contribution is made to the repository. If you want to check that all the tests pass before you submit a pull request you can run the tests yourself::