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 17e8f01 commit 7cb50d1Copy full SHA for 7cb50d1
doc/developers/index.rst
@@ -145,7 +145,8 @@ rules before submitting a pull request:
145
146
You can also check for common programming errors with the following tools:
147
148
- * Code with a good unittest coverage (at least 80%), check with::
+ * Code with a good unittest coverage (at least 90%, better 100%), check
149
+ with::
150
151
$ pip install nose coverage
152
$ nosetests --with-coverage path/to/tests_for_package
0 commit comments