| Commit message (Expand) | Author | Age | Files | Lines |
* | convert shebang from python to python3 (#15687) | Changqing Li | 2020-03-04 | 1 | -1/+1 |
* | MAINT: cleanup unused imports; avoid redefinition of imports | Mike Taves | 2020-02-06 | 1 | -1/+0 |
* | [MAINT] Cleanup python2 sys.version checks | Seth Troisi | 2020-01-20 | 1 | -21/+2 |
* | MAINT: Remove unnecessary 'from __future__ import ...' statements | Jon Dufresne | 2020-01-03 | 1 | -2/+0 |
* | BUILD: change to build_src --verbose-cfg, runtests.py --debug-info | mattip | 2019-10-03 | 1 | -4/+4 |
* | Merge pull request #14572 from seberg/runtests-help | Charles Harris | 2019-09-22 | 1 | -0/+4 |
|\ |
|
| * | DOC: Note runtests.py `-- -s` method to use pytests `-s` | Sebastian Berg | 2019-09-21 | 1 | -0/+4 |
* | | BUILD: add warn-error option to turn compiler warnings into errors (-Werror) | mattip | 2019-09-20 | 1 | -0/+4 |
* | | DOC: improve help string | mattip | 2019-09-20 | 1 | -1/+3 |
* | | MAINT: move the option to build_src, simplifies logic | mattip | 2019-09-20 | 1 | -2/+2 |
* | | BUILD: fix runtests.py option, fix previous changeset | mattip | 2019-09-20 | 1 | -2/+2 |
* | | BUILD: add --debug-configure option to reduce output, use logger more | mattip | 2019-09-20 | 1 | -0/+4 |
|/ |
|
* | DEV: cleanup imports and some assignments (from LGTM) | mattip | 2019-03-17 | 1 | -2/+0 |
* | TEST: allow margin of error, increase discoverability of refcheck option | mattip | 2019-03-06 | 1 | -1/+1 |
* | BLD: move -std=c99 from runtests.py to Azure config | Ralf Gommers | 2019-01-06 | 1 | -2/+0 |
* | TST: Update runtests.py to specify C99 for gcc. | Charles Harris | 2018-12-25 | 1 | -1/+2 |
* | TST, DOC: enable refguide_check | Tyler Reddy | 2018-12-14 | 1 | -2/+10 |
* | BUG: compiler used is env['CC'], then config_vars['CC'] | mattip | 2018-08-10 | 1 | -2/+3 |
* | Merge pull request #11566 from danielballan/skip-gcc-warnings-on-clang | Ralf Gommers | 2018-07-23 | 1 | -12/+14 |
|\ |
|
| * | BLD: Do not use gcc warnings flags when 'gcc' is actually clang. | danielballan | 2018-07-23 | 1 | -12/+14 |
* | | MAINT: update runtests.py node id example for pytest usage | Tyler Reddy | 2018-07-19 | 1 | -1/+1 |
|/ |
|
* | BLD: Don't leave the build task running if runtests.py is interrupted | Eric Wieser | 2018-07-01 | 1 | -17/+21 |
* | STY: Move comments, reduce indentation | Eric Wieser | 2018-05-28 | 1 | -8/+9 |
* | fix from review and comments | mattip | 2018-05-28 | 1 | -6/+12 |
* | TST: make build warning into an error in runtest.py | mattip | 2018-05-28 | 1 | -2/+2 |
* | TST: turn some build warnings into errors | mattip | 2018-05-22 | 1 | -3/+9 |
* | TST: Update `runtests.py` to use pytest. | Charles Harris | 2018-04-04 | 1 | -62/+36 |
* | BUG: Fix runtests --benchmark-compare in python 3 | Eric Wieser | 2017-10-15 | 1 | -2/+2 |
* | BUG: Fix broken runtests '-t' option. | Charles Harris | 2017-08-29 | 1 | -2/+4 |
* | MAINT: Fix spelling of develop. | Charles Harris | 2017-06-27 | 1 | -2/+2 |
* | TST: raise_warnings="develop" as default in `runtests.py -t ...` | Sebastian Berg | 2017-06-26 | 1 | -1/+8 |
* | TST: add a --timer argument to runtests. | Ralf Gommers | 2017-06-21 | 1 | -1/+15 |
* | BUG: runtests --bench fails on windows | Eric Wieser | 2017-04-11 | 1 | -12/+6 |
* | ENH: Use cmd on windows, rather than sh | Eric Wieser | 2017-04-03 | 1 | -2/+2 |
* | ENH: Use subprocess, not execv | Eric Wieser | 2017-04-03 | 1 | -2/+2 |
* | BUG: Fix runtests to not assume os.pathsep is : | Eric Wieser | 2017-03-30 | 1 | -1/+1 |
* | Merge pull request #8027 from rainwoodman/patch-2 | Charles Harris | 2016-10-01 | 1 | -4/+9 |
|\ |
|
| * | Add a comment to avoid accidental removal. | Yu Feng | 2016-09-07 | 1 | -0/+1 |
| * | add platform indepedent lib dir to PYTHONPATH | Yu Feng | 2016-09-06 | 1 | -4/+8 |
* | | DOC: change Numpy to NumPy in remaining files | Pierre de Buyl | 2016-09-06 | 1 | -1/+1 |
|/ |
|
* | MAINT: Remove leftover imp module imports. | Charles Harris | 2016-09-03 | 1 | -1/+0 |
* | ENH: Use new context manager for testing | Sebastian Berg | 2016-09-02 | 1 | -1/+1 |
* | STY: Use consistent variable convention. | Scott Sanderson | 2016-07-25 | 1 | -2/+2 |
* | DOC: Add example to runtests usage doc. | Scott Sanderson | 2016-07-23 | 1 | -0/+2 |
* | MAINT: Fix remaining uses of deprecated Python imp module. | Charles Harris | 2016-07-18 | 1 | -2/+5 |
* | expose test runner raise_warnings option | mattip | 2016-05-09 | 1 | -0/+4 |
* | TST: de-uglify the setuptools appeasement in runtests.py a bit. | Ralf Gommers | 2016-01-17 | 1 | -8/+6 |
* | BLD: fix runtests.py, was broken by the move to setuptools. | Ralf Gommers | 2016-01-17 | 1 | -7/+17 |
* | MAINT: Include from __future__ boilerplate in some files missing it. | Charles Harris | 2015-12-05 | 1 | -0/+1 |
* | DEV: allow parallel build in runtests.py | Antoine Pitrou | 2015-09-02 | 1 | -1/+5 |