summaryrefslogtreecommitdiffstats
path: root/test/tool_args.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix tests which break when using print() and no from __future__ import ↵William Deegan2017-09-251-4/+4
| | | | print_function under python 2.7 because the print('a','b') effectively becomes printing a tuple which doesn't match the expected strings
* Some more statement to function transforms.Russel Winder2016-01-011-4/+4
|
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
|
* Remove (lots) more unnecessary imports.Steven Knight2009-02-061-2/+1
|
* Allow passing a dictionary of keyword arguments to Tool specifications. ↵Steven Knight2004-10-071-0/+73
(Gary Oberbrunner)