Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: Include from __future__ boilerplate in some files missing it. | Charles Harris | 2015-12-05 | 1 | -0/+1 |
| | | | | | Some newer *.py files are missing the `from __future__` boilerplate that helps assure Python2 and Python3 compatibility. | ||||
* | DEV: allow parallel build in runtests.py | Antoine Pitrou | 2015-09-02 | 1 | -1/+5 |
| | | | | | | Add a '-j' / '--parallel' option to runtests.py, to run the compilation step using multiple processes. This could later be enhanced to allow parallel testing. | ||||
* | WHT: break long lines + pep8 | Pauli Virtanen | 2015-08-24 | 1 | -5/+10 |
| | |||||
* | MAINT: add --bench and --bench-compare to runtests.py | Pauli Virtanen | 2015-08-22 | 1 | -0/+64 |
| | |||||
* | MAINT: make runtests.py --python and --ipython a little more ergonomic | Nathaniel J. Smith | 2015-05-15 | 1 | -1/+8 |
| | | | | | I'm tired of having to manually enable warnings and import numpy, so maybe others are too. | ||||
* | MAINT: runtests: enable generation of C code coverage info via gcov | Pauli Virtanen | 2013-10-25 | 1 | -1/+84 |
| | |||||
* | BUG: runtests: make -t option work again | Pauli Virtanen | 2013-10-19 | 1 | -4/+13 |
| | |||||
* | MAINT: update runtests.py from scipy | Pauli Virtanen | 2013-10-13 | 1 | -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 Fedora | Pauli Virtanen | 2013-08-05 | 1 | -1/+1 |
| | |||||
* | ENH: Add a runtests.py script for running the test suite | Pauli Virtanen | 2013-05-11 | 1 | -0/+197 |
The script builds Numpy and runs the test suite of the built version. This is useful for development. |