summaryrefslogtreecommitdiffstats
path: root/test/Actions/append.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix some more tests to use context-mgr openMats Wichmann2022-03-301-7/+9
| | | | | | Fiddled formatting a bit. Signed-off-by: Mats Wichmann <mats@linux.com>
* Run autoflake on codeMats Wichmann2020-09-211-1/+0
| | | | | | | | | | Eliminate unneeded imports, and a few unneeded statements - usually "pass" where it is not syntactically needed. A couple of import try blocks were eliminated or changed when they're "cannot happen" due to current floor Python version. Signed-off-by: Mats Wichmann <mats@linux.com>
* [PY 3.8] test fixes for file closings, rawstringsMats Wichmann2019-04-251-11/+6
| | | | | | | 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>
* Updates to test/AR and test/Actions.William Blevins2016-09-211-16/+5
| | | | -Moved some string files to fixture.
* 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-1/+0
|
* Move pre- and post-actions lists from Node to Executor so expansions of ↵Steven Knight2005-05-141-0/+84
${TARGETS[1:]} work, and the actions aren't executed multiple times.