@@ -138,7 +138,7 @@ def test(self, label='fast', verbose=1, extra_argv=None,
138
138
* 'full' - fast (as above) and slow tests as in the
139
139
'no -A' option to nosetests - this is the same as ''.
140
140
* None or '' - run all tests.
141
- attribute_identifier - string passed directly to nosetests as '-A'.
141
+ * attribute_identifier - string passed directly to nosetests as '-A'.
142
142
verbose : int, optional
143
143
Verbosity value for test outputs, in the range 1-10. Default is 1.
144
144
extra_argv : list, optional
@@ -147,14 +147,14 @@ def test(self, label='fast', verbose=1, extra_argv=None,
147
147
If True, run doctests in module. Default is False.
148
148
coverage : bool, optional
149
149
If True, report coverage of NumPy code. Default is False.
150
- (This requires the `coverage module:
151
- <http://nedbatchelder.com/code/modules/coverage.html>`_).
150
+ (This requires the `coverage module
151
+ <http://nedbatchelder.com/code/modules/coverage.html>`_).
152
152
raise_warnings : str or sequence of warnings, optional
153
153
This specifies which warnings to configure as 'raise' instead
154
154
of 'warn' during the test execution. Valid strings are:
155
155
156
- - "develop" : equals ``(DeprecationWarning, RuntimeWarning)``
157
- - "release" : equals ``()``, don't raise on any warnings.
156
+ - "develop" : equals ``(DeprecationWarning, RuntimeWarning)``
157
+ - "release" : equals ``()``, don't raise on any warnings.
158
158
159
159
Returns
160
160
-------
0 commit comments