summaryrefslogtreecommitdiffstats
path: root/test/Depends/Depends.py
Commit message (Collapse)AuthorAgeFilesLines
* [PY 3.8] test fixes for file closings, rawstringsMats Wichmann2019-04-251-4/+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>
* Change so DefaultEnvironment and Enviroment don't initialize any tools to ↵William Deegan2018-09-261-1/+2
| | | | speed up test on windows
* Issue 2647: In Executor.Null.get_all_children(), really return all ofSteven Knight2010-06-151-0/+150
the children, including the explicit dependencies, not just the sources.