
Oct. 19, 2011
12:12 p.m.
On Wed, 19 Oct 2011 14:10:03 +0200 Laurens Van Houtven <_@lvh.cc> wrote:
Woo! Exciting :)
I'm surprised trial works. Wasn't there still a problem left with trial related to unbound methods going away (and the replacing functions not having a reference to the class they belong to...)? Something in t.python that gets things based on their name, I thought...
Yes, there was. I added a small hack so that it works (and so that I can run individual test cases from the command line :-)). Regards Antoine.