summaryrefslogtreecommitdiff
path: root/numpy/testing/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove all nose testing support.Charles Harris2023-01-191-5/+2
* BUG: Fixes for numpy.testing.overrides (#22879)Nathan Goldbaum2023-01-021-1/+4
* ENH: allow importlib.LazyLoader to work with numpy and add test of this (#22045)Dan Schult2022-07-271-0/+1
* MAINT: Add `IS_PYSTON` to `np.testing.__all__`Bas van Beek2021-11-051-2/+1
* ENH: Configurable allocator (#17582)Matti Picus2021-10-251-1/+1
* Fixed linter errorsslepton2021-07-071-1/+2
* TST: Pyston has no recursion limit and the refcount of "immortal" objects is ...slepton2021-07-071-1/+1
* MAINT: Remove two private functions from `__all__`Bas van Beek2021-06-061-0/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: Move pytesttester outside of np.testing, to avoid creating unnecessary...Eric Wieser2018-07-021-1/+1
* TST: Update modules `test` to PytestTester.Charles Harris2018-04-041-2/+4
* MAINT: Rearrange numpy/testing files.Charles Harris2018-03-291-3/+8
* MAINT: Rearrange files in numpy/testing module.Charles Harris2017-07-041-2/+2
* [TST] Refactor new raise_warnings logic for subpackage test suitesNathaniel J. Smith2015-12-301-1/+1
* TST: Fix ImportError in runtests.py (fixes #5273)Chris Kerr2014-11-121-2/+1
* MAINT: Remove deprecated importall.Charles Harris2014-05-061-1/+0
* MAINT: remove unused and broken parts of numpy.testingRalf Gommers2013-08-101-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-6/+6
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* Remove the following deprecated items from numpy.testing:Alan McIntyre2008-12-311-2/+0
* ran reindentJarrod Millman2008-08-081-1/+1
* Restore old test framework classes.Alan McIntyre2008-06-211-1/+3
* Update README.txt to indicate nose version dependency, and port SciPy r4424 t...Alan McIntyre2008-06-171-8/+0
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-171-3/+21
* Add parametric unit tests (contributed by Fernando Perez).Stefan van der Walt2007-08-201-0/+1
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-1/+1
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+4