summaryrefslogtreecommitdiff
path: root/runtests.py
Commit message (Collapse)AuthorAgeFilesLines
...
* BUG: runtests: make -t option work againPauli Virtanen2013-10-191-4/+13
|
* MAINT: update runtests.py from scipyPauli Virtanen2013-10-131-28/+112
| | | | | | | The additional chdir before starting the test allows tests that launch subprocesses to run. Fixes gh-3909
* MAINT: runtests: make it work on FedoraPauli Virtanen2013-08-051-1/+1
|
* ENH: Add a runtests.py script for running the test suitePauli Virtanen2013-05-111-0/+197
The script builds Numpy and runs the test suite of the built version. This is useful for development.