From e47edffc8b18ef91e4402a413bb7be7b9bbe7241 Mon Sep 17 00:00:00 2001 From: gaffneytj Date: Sun, 12 Apr 2020 14:42:49 -0700 Subject: [PATCH] Add documenation about hypothesis --- docs/tutorials/contributing/running_tests.rst | 4 ++++ 1 file changed, 4 insertions(+) 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::