summaryrefslogtreecommitdiffstats
path: root/test/option/debug-multiple.py
Commit message (Collapse)AuthorAgeFilesLines
* rm-py2: Remove "from __future__" from more placesMats Wichmann2020-02-201-4/+2
| | | | | | | | | | | | | | | A couple of minor reformats along the way, most prominently, in tests, if being edited anyway, make sure the docstring most tests have is actually the docstring (sometimes the __revision__ line came before, which makes the string not be the docstring). Snuck in some minor framework changes that were orphaned when another draft PR was not needed: this almost all docstring changes, the functional part is using casefold instead of lower in a match func - a slightly better approach which is now possible that Py2 compatibility is not needed. Signed-off-by: Mats Wichmann <mats@linux.com>
* [PY 3.8] test fixes for file closings, rawstringsMats Wichmann2019-04-251-2/+3
| | | | | | | 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>
* Speed up option tests for windowsWilliam Deegan2018-09-261-0/+1
|
* Run futurize --stage1.Russel Winder2016-01-011-7/+9
|
* Adding documentation and a couple of testsTom Tanner2013-10-081-0/+86