[Zope3-dev] Slow down

Guido van Rossum guido@python.org
Thu, 19 Dec 2002 09:51:39 -0500


> The ZEO connection tests seem to be taking quite a while to run. I 
> wonder if some of these are more 'functional' than 'unit' tests.

They are functional tests -- but there is no other way that I can
think of to test that this code *really* works.

To skip the ZEO tests, try doing something like

    python test.py -v '!ZEO'

--Guido van Rossum (home page: http://www.python.org/~guido/)