> 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/)