summaryrefslogtreecommitdiff
path: root/numpy/f2py/lib/tests
Commit message (Collapse)AuthorAgeFilesLines
* Removing G3 f2py code. Development has moved to https://launchpad.net/f2py/Robert Kern2008-07-035-1246/+0
|
* Clean up test output such that a completely-passing test suite has no ↵Robert Kern2008-07-035-15/+5
| | | | extraneous output.
* Restore old test framework classes.Alan McIntyre2008-06-215-5/+5
| | | | | | | | | | | 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-175-44/+46
| | | | modules.
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-291-1/+1
|
* Rename test classes to CapWords.Stefan van der Walt2007-10-025-5/+5
|
* g3 f2py: impl. compiling Fortran codes online (function ↵Pearu Peterson2007-05-185-0/+1254
numpy.f2py.lib.compile), clean up testing.