summaryrefslogtreecommitdiff
path: root/numpy/fft/tests/test_helper.py
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Make fftshift and ifftshift accept integer arguments for the axesCharles Harris2010-05-101-0/+8
| | | | | value. The functions now match their documentation. Fixes ticket #1182, patch from rgommers.
* Removed unused imports.Alan McIntyre2008-09-091-1/+0
|
* Clean up test output such that a completely-passing test suite has no ↵Robert Kern2008-07-031-2/+0
| | | | extraneous output.
* Restore old test framework classes.Alan McIntyre2008-06-211-1/+1
| | | | | | | | | | | Added numpy.testing.run_module_suite to simplify "if __name__ == '__main__'" boilerplate code in test modules. Removed numpy/testing/pkgtester.py since it just consisted of an import statement after porting SciPy r4424. Allow numpy.*.test() to accept the old keyword arguments (but issue a deprecation warning when old arguments are seen). numpy.*.test() returns a test result object as before. Fixed typo in distutils doc.
* Switched to use nose to run tests. Added test and bench functions to all ↵Alan McIntyre2008-06-171-8/+8
| | | | modules.
* Rename test classes to CapWords.Stefan van der Walt2007-10-021-2/+2
|
* Many name-changes in oldnumeric. This may break some numpy code that was ↵Travis Oliphant2006-08-041-0/+45
using the oldnumeric interface.