Thanks to visit codestin.com Credit goes to github.com
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 689f268 commit 6a65388Copy full SHA for 6a65388
doc/developers/index.rst
@@ -112,7 +112,7 @@ complies with the following rules:
112
* Code with a good unittest coverage (at least 80%), check with::
113
114
$ pip install nose coverage
115
- $ nosetests --with-coverage path/to/package
+ $ nosetests --with-coverage path/to/tests_for_package
116
117
* All other tests pass when everything is rebuilt from scrath, under Unix,
118
check with (from the toplevel source folder)::
0 commit comments