Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6a65388

Browse files
committed
Be more explicit about coverage testing
1 parent 689f268 commit 6a65388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/developers/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ complies with the following rules:
112112
* Code with a good unittest coverage (at least 80%), check with::
113113

114114
$ pip install nose coverage
115-
$ nosetests --with-coverage path/to/package
115+
$ nosetests --with-coverage path/to/tests_for_package
116116

117117
* All other tests pass when everything is rebuilt from scrath, under Unix,
118118
check with (from the toplevel source folder)::

0 commit comments

Comments
 (0)