summaryrefslogtreecommitdiff
path: root/src/zope/tal/runtest.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix occasional \r\r\n newlines with XML test files on WindowsMarius Gedminas2013-02-111-7/+22
| | | | | The test suite now passes on both Windows and Unix, with both newline styles (CRLF and LF).
* Make runtest.py use optparse.Marius Gedminas2013-02-111-28/+36
| | | | | Make python -m zope.tal.runtest work even when your current working directory is not src/zope/tal/
* Whoops, another use of the obsolete setpath hack.Marius Gedminas2013-02-111-3/+0
|
* This should make the tests pass on Windows.Marius Gedminas2013-02-081-0/+5
| | | | Does anybody care about Windows?
* Towards Py3K: use io.StringIOMarius Gedminas2013-02-071-1/+6
| | | | | | | While Python 2.6+ also has io.StringIO(), using it causes numerous test failures -- because io.StringIO() insists on unicode, and our tests are full of (ASCII-only) native string literals. For this reason I decided to keep using StringIO.StringIO or cStringIO.StringIO on Python 2.x.
* Better test failure reporting in FileTestCaseMarius Gedminas2013-02-071-1/+4
| | | | | | | | | Previously the diff would be printed to stdout in the middle of a sea of dots, and *then* you'd get test failure assertions mentioning only the filename (and on Python 3.3 you'd also get a gratuitous SystemExit traceback in addition to the assertion failure) Now you get a sane single assertion failure with the diff inside it.
* Replace ndiff.py with stdlib's difflibMarius Gedminas2013-02-071-16/+2
|
* Towards Py3K: explicit relative importsMarius Gedminas2013-02-071-2/+2
|
* Towards Py3K: print() functionMarius Gedminas2013-02-071-11/+14
|
* Remove CVS-era Id fossils.Tres Seaver2010-06-031-2/+0
|
* Conform to repository policy.Tres Seaver2010-05-051-1/+1
|
* Moving code to satellite.Christian Theune2007-05-031-0/+154