On Jan 29, 4:50 pm, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote: > On 1/29/07 10:15 AM, Robert Myers wrote: > > > I'm seeing the same amount of errors on python 2.3.4, it appears the @ > > decorator syntax is being used in the modeltests/test-client/views.py.
And I was so used to decorators that I didn't even pick up on that! A couple of tests use assertFalse / assertTrue which were introduced to unittest in 2.4 also; these should be changed to failIf / failUnless respectively. I couldn't figure out why one widget's test was giving a UnicodeDecodeError while other extremely similar tests weren't... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
