summaryrefslogtreecommitdiffstats
path: root/test/Builder/wrapper.py
Commit message (Collapse)AuthorAgeFilesLines
* [PY 3.8] test fixes for file closings, rawstringsMats Wichmann2019-04-251-3/+4
| | | | | | | On a linux host (missing some things that may be on the Travis CI setup), Py3.8a3 now shows 19 fails, 1048 pass, with 84 Warning: messages. Signed-off-by: Mats Wichmann <mats@linux.com>
* More changes to speed up testing on windows.William Deegan2018-09-261-1/+4
|
* fix py2/3 not sure why it was calling string.replace, instead of .replace on ↵William Deegan2017-02-281-1/+1
| | | | the string..?
* Move two Builder-related tests into the test/Builder/ subdirectory.Steven Knight2010-02-161-0/+74