summaryrefslogtreecommitdiff
path: root/numpy/testing/nosetester.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/testing/nosetester.py')
-rw-r--r--numpy/testing/nosetester.py11
1 files changed, 6 insertions, 5 deletions
diff --git a/numpy/testing/nosetester.py b/numpy/testing/nosetester.py
index a776faa43..60fec35d6 100644
--- a/numpy/testing/nosetester.py
+++ b/numpy/testing/nosetester.py
@@ -119,11 +119,12 @@ class NoseTester(object):
Notes
-----
- The default for `raise_warnings` is ``(DeprecationWarning, RuntimeWarning)``
- for the master branch of NumPy, and ``()`` for maintenance branches and
- released versions. The purpose of this switching behavior is to catch as
- many warnings as possible during development, but not give problems for
- packaging of released versions.
+ The default for `raise_warnings` is
+ ``(DeprecationWarning, RuntimeWarning)`` for the master branch of NumPy,
+ and ``()`` for maintenance branches and released versions. The purpose
+ of this switching behavior is to catch as many warnings as possible
+ during development, but not give problems for packaging of released
+ versions.
"""
# Stuff to exclude from tests. These are from numpy.distutils