Hi all, I have a look today on the tests for rpyc.
1) I found that currently the tests are failing (running on WinXP with Python2.7) I'll post the Traceback on anther thread. 2) I've found it a bit weird that the tests are not using unittest and that the debugger is going right up It's a nice feature but it should be added while sub-classing unittest.TestRunner (much like django are doing) I think we need to change to start working with unittest that's the way it's usually done in python community Tomer ? , should we vote on that, or you want to play it Guido van Rossum* *dictator style ? :) Fruch
