@@ -138,7 +138,7 @@ def test(self, label='fast', verbose=1, extra_argv=None,
138138 * 'full' - fast (as above) and slow tests as in the
139139 'no -A' option to nosetests - this is the same as ''.
140140 * 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'.
142142 verbose : int, optional
143143 Verbosity value for test outputs, in the range 1-10. Default is 1.
144144 extra_argv : list, optional
@@ -147,14 +147,14 @@ def test(self, label='fast', verbose=1, extra_argv=None,
147147 If True, run doctests in module. Default is False.
148148 coverage : bool, optional
149149 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>`_).
152152 raise_warnings : str or sequence of warnings, optional
153153 This specifies which warnings to configure as 'raise' instead
154154 of 'warn' during the test execution. Valid strings are:
155155
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.
158158
159159 Returns
160160 -------
0 commit comments