summaryrefslogtreecommitdiff
path: root/runtests.py
Commit message (Expand)AuthorAgeFilesLines
* BUILD: change to build_src --verbose-cfg, runtests.py --debug-infomattip2019-10-031-4/+4
* Merge pull request #14572 from seberg/runtests-helpCharles Harris2019-09-221-0/+4
|\
| * DOC: Note runtests.py `-- -s` method to use pytests `-s`Sebastian Berg2019-09-211-0/+4
* | BUILD: add warn-error option to turn compiler warnings into errors (-Werror)mattip2019-09-201-0/+4
* | DOC: improve help stringmattip2019-09-201-1/+3
* | MAINT: move the option to build_src, simplifies logicmattip2019-09-201-2/+2
* | BUILD: fix runtests.py option, fix previous changesetmattip2019-09-201-2/+2
* | BUILD: add --debug-configure option to reduce output, use logger moremattip2019-09-201-0/+4
|/
* DEV: cleanup imports and some assignments (from LGTM)mattip2019-03-171-2/+0
* TEST: allow margin of error, increase discoverability of refcheck optionmattip2019-03-061-1/+1
* BLD: move -std=c99 from runtests.py to Azure configRalf Gommers2019-01-061-2/+0
* TST: Update runtests.py to specify C99 for gcc.Charles Harris2018-12-251-1/+2
* TST, DOC: enable refguide_checkTyler Reddy2018-12-141-2/+10
* BUG: compiler used is env['CC'], then config_vars['CC']mattip2018-08-101-2/+3
* Merge pull request #11566 from danielballan/skip-gcc-warnings-on-clangRalf Gommers2018-07-231-12/+14
|\
| * BLD: Do not use gcc warnings flags when 'gcc' is actually clang.danielballan2018-07-231-12/+14
* | MAINT: update runtests.py node id example for pytest usageTyler Reddy2018-07-191-1/+1
|/
* BLD: Don't leave the build task running if runtests.py is interruptedEric Wieser2018-07-011-17/+21
* STY: Move comments, reduce indentationEric Wieser2018-05-281-8/+9
* fix from review and commentsmattip2018-05-281-6/+12
* TST: make build warning into an error in runtest.pymattip2018-05-281-2/+2
* TST: turn some build warnings into errorsmattip2018-05-221-3/+9
* 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