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 3635b70 commit e47edffCopy full SHA for e47edff
docs/tutorials/contributing/running_tests.rst
@@ -4,6 +4,10 @@ Running tests
4
Basic test runners
5
------------------
6
7
+Before running tests, you should have hypothesis 3.2 installed::
8
+
9
+ $ pip install hypothesis==3.2
10
11
The project has an extensive test suite which is run each time a new
12
contribution is made to the repository. If you want to check that all the tests
13
pass before you submit a pull request you can run the tests yourself::
0 commit comments