summaryrefslogtreecommitdiffstats
path: root/test/PRINT_CMD_LINE_FUNC.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove more unnecessary imports from test scripts.Steven Knight2009-02-111-3/+1
|
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
|
* Commonize new string-search-in-output methods:Steven Knight2009-02-061-9/+1
| | | | | | | | test.must_contain_all_lines() test.must_contain_any_line() test.must_not_contain_any_line() Update tests to use them. Remove "import string" lines where the change made them unnecessary.
* Win32 portability for tests.Steven Knight2004-09-051-4/+19
|
* Add a configurable function for command-line printing. (Gary Oberbrunner)Steven Knight2004-09-051-0/+68