[Zope-dev] Open Letters and Zope 3
Jeffrey P Shell
jeffrey@cuemedia.com
Tue, 4 Dec 2001 09:48:06 -0700
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.