P4DTI issue job000617

TitleTest suite not very useful under Python 2.2
Statusclosed
Priorityoptional
Assigned userNick Barnes
OrganizationRavenbrook
DescriptionChanges made to the PyUnit unit test framework between Python 2.1 and Python 2.2 have reduced the utility of the P4DTI test suite. In particular, running a set of tests only produces a list of single-character results ("." for a pass, "F" for a failure, "E" for an error) while the tests are running, preventing any sort of analysis until the run completes.
AnalysisThere is a verbosity control (verbosity=2) in PyUnit 1.4.1; modify run_tests.py to use this. It's still not ideal, as backtraces are still hidden until the end.
How foundautomated_test
EvidenceI just know.
Observed in1.4.2
Created byNick Barnes
Created on2002-11-01 10:11:26
Last modified byNick Barnes
Last modified on2002-11-01 10:11:26
History2002-11-01 NB Created.

Fixes

Change Effect Date User Description
34776 closed 2002-10-25 14:58:09 Nick Barnes Add verbosity control to get more output from the unit test framework.