diff options
author | Stephan Hoyer <shoyer@google.com> | 2019-01-01 21:57:07 -0800 |
---|---|---|
committer | Stephan Hoyer <shoyer@google.com> | 2019-01-01 21:57:07 -0800 |
commit | 70f97a5040e20642b68e45d30e030a89ac89e665 (patch) | |
tree | 3f6ae620ff857478acfa91b1b8d4f8655d8cf373 /tools/refguide_check.py | |
parent | 43298265ab35b82e29ff772c466872a78531fabd (diff) | |
download | numpy-70f97a5040e20642b68e45d30e030a89ac89e665.tar.gz |
TST: check exception details in refguide_check.py
xref GH-12548
Diffstat (limited to 'tools/refguide_check.py')
-rw-r--r-- | tools/refguide_check.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/refguide_check.py b/tools/refguide_check.py index 3d885e37f..6326a859b 100644 --- a/tools/refguide_check.py +++ b/tools/refguide_check.py @@ -613,7 +613,7 @@ def _run_doctests(tests, full_name, verbose, doctest_warnings): Returns: list of [(success_flag, output), ...] """ - flags = NORMALIZE_WHITESPACE | ELLIPSIS | IGNORE_EXCEPTION_DETAIL + flags = NORMALIZE_WHITESPACE | ELLIPSIS runner = DTRunner(full_name, checker=Checker(), optionflags=flags, verbose=verbose) |