summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests/array_from_pyobj
Commit message (Collapse)AuthorAgeFilesLines
* ENH: f2py: convert test suite to Nose formPauli Virtanen2010-03-064-734/+0
| | | | | | Rewrite F2Py's test suite, so that it is run as a part of Numpy's tests. These tests require compiling extension modules on-the-fly, so I added a small helper module for that.
* Remove uses of set_package_path, set_local_path, restore_path, and Alan McIntyre2008-07-051-3/+0
| | | | associated sys.path manipulations.
* 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-24/+25
| | | | modules.
* Clean up setup() calls.Pearu Peterson2007-05-111-1/+1
|
* Whitespace cleanup.Stefan van der Walt2007-01-081-1/+0
|
* Clean-up some un-needed default axes. Fix default axes of ma.sum and ma.productTravis Oliphant2006-08-291-1/+1
|
* Add axis arguments to various functions so as not to rely on the defaults.Travis Oliphant2006-08-291-1/+1
|
* Replace ScipyTestCase with NumpyTestCasecookedm2006-07-171-1/+1
|
* More f2py changesTravis Oliphant2006-07-082-10/+10
|
* Make ext module typespecs to use PyMODINIT_FUNC that is essential for ↵Pearu Peterson2006-04-241-1/+1
| | | | mingw32 and c++ code combination to work correctly.
* Run reindent.py (script distributed with Python) over the source to remove ↵cookedm2006-03-101-9/+9
| | | | extraneous whitespace
* Updated f2py tests to recent numpy CAPI.Pearu Peterson2006-01-252-11/+16
|
* Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; ↵Travis Oliphant2006-01-151-2/+2
| | | | .dtypechar -> .dtype.char
* numpy.base -> numpyTravis Oliphant2006-01-052-3/+3
|
* Changed all references to scipy to numpyTravis Oliphant2006-01-043-6/+6
|
* Moved scipy directory to numpyTravis Oliphant2006-01-044-0/+732