diff options
Diffstat (limited to 'numpy/tests/test_public_api.py')
-rw-r--r-- | numpy/tests/test_public_api.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py index fcb3a99cf..f797cf27c 100644 --- a/numpy/tests/test_public_api.py +++ b/numpy/tests/test_public_api.py @@ -52,6 +52,8 @@ def test_numpy_namespace(): 'who': 'numpy.lib.utils.who', } bad_results = check_dir(np) + # pytest gives better error messages with the builtin assert than with + # assert_equal assert bad_results == whitelist |