summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests/src/mixed
Commit message (Collapse)AuthorAgeFilesLines
* ENH: f2py: convert test suite to Nose formPauli Virtanen2010-03-063-0/+21
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.