summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_utils.py
Commit message (Collapse)AuthorAgeFilesLines
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
| | | | | | | | This should be harmless, as we already are division clean. However, placement of this import takes some care. In the future a script can be used to append new features without worry, at least until such time as it exceeds a single line. Having that ability will make it easier to deal with absolute imports and printing updates.
* STY: Replace assert by assert_ in tests. There remain 124 uses ofCharles Harris2011-04-051-5/+5
| | | | assert in non-testing files that should be checked for correctness.
* 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
| | | | aggressively.
* 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