summaryrefslogtreecommitdiffstats
path: root/test/Climb/option--D.py
Commit message (Collapse)AuthorAgeFilesLines
* [PY 3.8] test fixes for file closings, rawstringsMats Wichmann2019-04-251-4/+2
| | | | | | | 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 Climb tests on windowsWilliam Deegan2018-09-261-1/+2
|
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
|
* Collect the scripts for the three "climb up" options (-D, -U and -u)Steven Knight2008-10-151-0/+85
in a subdirectory. Split sub-tests into separate scripts. Clean things up a bit.