Skip to content

Commit 7cb50d1

Browse files
committed
DOC make unit test requirements a bit stricter. 80% is sub-par with current code-base
1 parent 17e8f01 commit 7cb50d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/developers/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ rules before submitting a pull request:
145145

146146
You can also check for common programming errors with the following tools:
147147

148-
* Code with a good unittest coverage (at least 80%), check with::
148+
* Code with a good unittest coverage (at least 90%, better 100%), check
149+
with::
149150

150151
$ pip install nose coverage
151152
$ nosetests --with-coverage path/to/tests_for_package

0 commit comments

Comments
 (0)