4 Dec
2001
4 Dec
'01
4:48 p.m.
On Tuesday, December 4, 2001, at 06:37 AM, Joseph Wayne Norton wrote: [SNIP[
p.s. It is my own personal taste but I don't really care for the tkgui interface for running the zope test suite. Any possibilites of making the test suite run in a fashion similar to the python installation test suite?
You can run unittest.py directly. Instead of doing "python2.2 utilities/unittestgui.py ...", do "python2.2 /usr/local/lib/python2.2/unittest.py ..." (based on wherever your python2.2 libraries are). It works just the same.