summaryrefslogtreecommitdiff
path: root/numpy/tests/test_warnings.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-061-1/+0
* MAINT: Python2 CleanupsSeth Troisi2020-01-211-1/+1
* MAINT: Remove sys.version checks in testsSeth Troisi2020-01-151-56/+55
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: Fix errors seen on new python 3.8Sebastian Berg2019-05-211-1/+1
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-5/+0
* TST: Switch to using pytest markersCharles Harris2018-04-041-5/+4
* MAINT: Rearrange files in numpy/testing module.Charles Harris2017-07-041-4/+2
* ENH: Spelling fixesVille Skyttä2017-05-091-2/+2
* TST: Add tests for stacklevel in warnings and "ignore" filters.Sebastian Berg2016-09-021-0/+86