1 |
2003-08-18 Bernhard Herzog <[email protected]> |
2003-08-18 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* test/support.py (ThubanTestResult.printErrors): Indent the |
4 |
|
reason for the skips in the output to make it a bit more readable. |
5 |
|
(execute_as_testsuite): New helper function to run a test suite |
6 |
|
and print some more information. |
7 |
|
(run_tests): Use execute_as_testsuite to run the tests |
8 |
|
|
9 |
|
* test/runtests.py (main): Use execute_as_testsuite to run the |
10 |
|
tests |
11 |
|
|
12 |
|
2003-08-18 Bernhard Herzog <[email protected]> |
13 |
|
|
14 |
Fix some bugs in Thuban and the test suite that were uncovered by |
Fix some bugs in Thuban and the test suite that were uncovered by |
15 |
changes introduced in Python 2.3: |
changes introduced in Python 2.3: |
16 |
|
|