summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: update function's `__module__` attribute in `deprecate`Josh Wilson2022-09-211-0/+4
* TST: Skip `test_lookfor` in 3.10rc1Bas van Beek2021-08-061-1/+5
* DOC: Doc for deprecate_with_doc (#17852)kumudlakara2020-12-171-1/+10
* MAINT: Do not emit empty Methods heading in np.info (#17498)Steve Joachim2020-10-101-0/+19
* BUG: Indentation for docstringsEric Larson2020-05-221-5/+15
* MAINT: Remove sys.version checks in testsSeth Troisi2020-01-151-4/+1
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* BUG: Fix help() formatting for deprecated functions.wrwrwr2019-02-171-0/+46
* TST: test byte_bounds contiguity handlingTyler Reddy2018-10-151-4/+28
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-7/+1
* TST: Switch to using pytest markersCharles Harris2018-04-041-2/+4
* MAINT: fix assert_raises_regex when used as a context managerStephan Hoyer2016-09-261-1/+6
* BUG: Make numpy import when run with Python flag '-OO'.Charles Harris2014-10-031-1/+2
* MAINT: Fix problems noted by pyflakes in numpy/lib/tests.Charles Harris2014-07-311-2/+4
* TST: add unittest for byte_boundsOlivier Grisel2014-03-191-0/+9
* TST: add test for Python 3.4 _ast.NameConstantChristoph Gohlke2013-09-081-0/+4
* STY: Make numpy/lib/test/*.py PEP8 compliant.Charles Harris2013-09-031-0/+6
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Apply `imports` fixer.Charles Harris2013-04-021-1/+5
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* STY: Replace assert by assert_ in tests. There remain 124 uses ofCharles Harris2011-04-051-5/+5
* Add tests for ``deprecate``.Stefan van der Walt2009-10-251-0/+28
* Fix lookfor on python 2.6. Add a test for it. Make it import submodules more ...Pauli Virtanen2009-10-241-0/+10
* Fix Python 2.5 compatibility to work with new b3 releaseTravis Oliphant2006-08-141-62/+0
* Fix ndpointer and add tests from ticket #245Travis Oliphant2006-08-141-0/+62