summaryrefslogtreecommitdiff
path: root/runtests.py
Commit message (Expand)AuthorAgeFilesLines
* TST: Update `runtests.py` to use pytest.Charles Harris2018-04-041-62/+36
* BUG: Fix runtests --benchmark-compare in python 3Eric Wieser2017-10-151-2/+2
* BUG: Fix broken runtests '-t' option.Charles Harris2017-08-291-2/+4
* MAINT: Fix spelling of develop.Charles Harris2017-06-271-2/+2
* TST: raise_warnings="develop" as default in `runtests.py -t ...`Sebastian Berg2017-06-261-1/+8
* TST: add a --timer argument to runtests.Ralf Gommers2017-06-211-1/+15
* BUG: runtests --bench fails on windowsEric Wieser2017-04-111-12/+6
* ENH: Use cmd on windows, rather than shEric Wieser2017-04-031-2/+2
* ENH: Use subprocess, not execvEric Wieser2017-04-031-2/+2
* BUG: Fix runtests to not assume os.pathsep is :Eric Wieser2017-03-301-1/+1
* Merge pull request #8027 from rainwoodman/patch-2Charles Harris2016-10-011-4/+9
|\
| * Add a comment to avoid accidental removal.Yu Feng2016-09-071-0/+1
| * add platform indepedent lib dir to PYTHONPATHYu Feng2016-09-061-4/+8
* | DOC: change Numpy to NumPy in remaining filesPierre de Buyl2016-09-061-1/+1
|/
* MAINT: Remove leftover imp module imports.Charles Harris2016-09-031-1/+0
* ENH: Use new context manager for testingSebastian Berg2016-09-021-1/+1
* STY: Use consistent variable convention.Scott Sanderson2016-07-251-2/+2
* DOC: Add example to runtests usage doc.Scott Sanderson2016-07-231-0/+2
* MAINT: Fix remaining uses of deprecated Python imp module.Charles Harris2016-07-181-2/+5
* expose test runner raise_warnings optionmattip2016-05-091-0/+4
* TST: de-uglify the setuptools appeasement in runtests.py a bit.Ralf Gommers2016-01-171-8/+6
* BLD: fix runtests.py, was broken by the move to setuptools.Ralf Gommers2016-01-171-7/+17
* MAINT: Include from __future__ boilerplate in some files missing it.Charles Harris2015-12-051-0/+1
* DEV: allow parallel build in runtests.pyAntoine Pitrou2015-09-021-1/+5
* WHT: break long lines + pep8Pauli Virtanen2015-08-241-5/+10
* MAINT: add --bench and --bench-compare to runtests.pyPauli Virtanen2015-08-221-0/+64
* MAINT: make runtests.py --python and --ipython a little more ergonomicNathaniel J. Smith2015-05-151-1/+8
* MAINT: runtests: enable generation of C code coverage info via gcovPauli Virtanen2013-10-251-1/+84
* BUG: runtests: make -t option work againPauli Virtanen2013-10-191-4/+13
* MAINT: update runtests.py from scipyPauli Virtanen2013-10-131-28/+112
* 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