summaryrefslogtreecommitdiff
path: root/runtests.py
AgeCommit message (Expand)AuthorFilesLines
2017-10-15BUG: Fix runtests --benchmark-compare in python 3Eric Wieser1-2/+2
2017-08-29BUG: Fix broken runtests '-t' option.Charles Harris1-2/+4
2017-06-27MAINT: Fix spelling of develop.Charles Harris1-2/+2
2017-06-26TST: raise_warnings="develop" as default in `runtests.py -t ...`Sebastian Berg1-1/+8
2017-06-21TST: add a --timer argument to runtests.Ralf Gommers1-1/+15
2017-04-11BUG: runtests --bench fails on windowsEric Wieser1-12/+6
2017-04-03ENH: Use cmd on windows, rather than shEric Wieser1-2/+2
2017-04-03ENH: Use subprocess, not execvEric Wieser1-2/+2
2017-03-30BUG: Fix runtests to not assume os.pathsep is :Eric Wieser1-1/+1
2016-10-01Merge pull request #8027 from rainwoodman/patch-2Charles Harris1-4/+9
2016-09-07Add a comment to avoid accidental removal.Yu Feng1-0/+1
2016-09-06add platform indepedent lib dir to PYTHONPATHYu Feng1-4/+8
2016-09-06DOC: change Numpy to NumPy in remaining filesPierre de Buyl1-1/+1
2016-09-03MAINT: Remove leftover imp module imports.Charles Harris1-1/+0
2016-09-02ENH: Use new context manager for testingSebastian Berg1-1/+1
2016-07-25STY: Use consistent variable convention.Scott Sanderson1-2/+2
2016-07-23DOC: Add example to runtests usage doc.Scott Sanderson1-0/+2
2016-07-18MAINT: Fix remaining uses of deprecated Python imp module.Charles Harris1-2/+5
2016-05-09expose test runner raise_warnings optionmattip1-0/+4
2016-01-17TST: de-uglify the setuptools appeasement in runtests.py a bit.Ralf Gommers1-8/+6
2016-01-17BLD: fix runtests.py, was broken by the move to setuptools.Ralf Gommers1-7/+17
2015-12-05MAINT: Include from __future__ boilerplate in some files missing it.Charles Harris1-0/+1
2015-09-02DEV: allow parallel build in runtests.pyAntoine Pitrou1-1/+5
2015-08-24WHT: break long lines + pep8Pauli Virtanen1-5/+10
2015-08-22MAINT: add --bench and --bench-compare to runtests.pyPauli Virtanen1-0/+64
2015-05-15MAINT: make runtests.py --python and --ipython a little more ergonomicNathaniel J. Smith1-1/+8
2013-10-25MAINT: runtests: enable generation of C code coverage info via gcovPauli Virtanen1-1/+84
2013-10-19BUG: runtests: make -t option work againPauli Virtanen1-4/+13
2013-10-13MAINT: update runtests.py from scipyPauli Virtanen1-28/+112
2013-08-05MAINT: runtests: make it work on FedoraPauli Virtanen1-1/+1
2013-05-11ENH: Add a runtests.py script for running the test suitePauli Virtanen1-0/+197