05.03.2011 20:02, Fruch kirjoitti:
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
I migrated the unit tests in my own RPyC fork to use Nose, which is far
more advanced than the stdlib unittest module. See
https://bitbucket.org/agronholm/rpyc/src/4468fd2877d4/tests/ for more
information.
Tomer ? , should we vote on that,
or you want to play it Guido van Rossum**dictator style ? :)
Fruch