From b72473a850c6b3afa2383712260adbf85cb35125 Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Sun, 21 Feb 2010 11:24:45 +0000 Subject: ENH: testing: always enable --detailed-errors assert introspection in nose --- numpy/testing/nosetester.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'numpy/testing/nosetester.py') diff --git a/numpy/testing/nosetester.py b/numpy/testing/nosetester.py index 9f345ad26..6d5762ec7 100644 --- a/numpy/testing/nosetester.py +++ b/numpy/testing/nosetester.py @@ -230,6 +230,9 @@ class NoseTester(object): argv+=['--cover-package=%s' % self.package_name, '--with-coverage', '--cover-tests', '--cover-inclusive', '--cover-erase'] + # enable assert introspection + argv += ['--detailed-errors'] + # bypass these samples under distutils argv += ['--exclude','f2py_ext'] argv += ['--exclude','f2py_f90_ext'] -- cgit v1.2.1