On Sep 2, 12:42 am, Gaetan de Menten <[email protected]> wrote: > I just applied your patch. Thanks.
Heh.. figures that you'd apply that patch at exactly the same time I was putting together an update/replacement to submit to you :) So I'm finishing up my Python 3.x version of nose (http:// bitbucket.org/foogod/python-nose3), and was able to run the test suite for Elixir now. I found one remaining issue with entity callbacks, and another issue with relative imports (which don't work under 3.x) in one of the tests itself, which I've fixed up, and I've also added support for 'setup.py build_tests' under 3.x which works similarly to 'build', but for the test suite. Patches are submitted as Ticket #111. With these updates, the 3.x version passes all tests (well, all tests that the 2.x version does. There appears to be an issue with the current svn head where tests.test_m2m.TestManyToMany.test_manual_table_auto_joins is failing, but that doesn't appear to be a 3.x-related issue)... I think this should just about finish the 3.x transition work.. Enjoy! -alex -- You received this message because you are subscribed to the Google Groups "SQLElixir" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sqlelixir?hl=en.
