Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removing G3 f2py code. Development has moved to https://launchpad.net/f2py/ | Robert Kern | 2008-07-03 | 1 | -2101/+0 |
| | |||||
* | Clean up test output such that a completely-passing test suite has no ↵ | Robert Kern | 2008-07-03 | 1 | -1/+1 |
| | | | | extraneous output. | ||||
* | Restore old test framework classes. | Alan McIntyre | 2008-06-21 | 1 | -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 McIntyre | 2008-06-17 | 1 | -237/+237 |
| | | | | modules. | ||||
* | Rename test classes to CapWords. | Stefan van der Walt | 2007-10-02 | 1 | -118/+118 |
| | |||||
* | Whitespace cleanup. | Stefan van der Walt | 2007-01-08 | 1 | -16/+16 |
| | |||||
* | Cont. implementing F2000 parser. | Pearu Peterson | 2006-12-23 | 1 | -9/+93 |
| | |||||
* | F2PY G3: continued F2003 parser implementation and unittesting. | Pearu Peterson | 2006-11-03 | 1 | -67/+1858 |
| | |||||
* | F2PY G3: Cont impl F2003 parser; defined all syntax rules. | Pearu Peterson | 2006-11-01 | 1 | -0/+226 |