On 08/03/2010 11:45 AM, David Winslow wrote:
> On 07/30/2010 02:52 PM, Luke Tucker wrote:
>    
>> Okay, well please feel free to ask followup questions or point out
>> anything that I've missed.
>>      
> Several of the automated tests for the Django app fail or error on
> master, post-security-merge.  I'm investigating, but I imagine you could
> take care of these more quickly than I can.
>
> -d
>    
investigation results -
* Django's auth system tests conveniently use our project's 
configuration to run, so when they dummy up a model like this:

class TestObj(object):
   pass

our auth system that actually expects the models passed into it to be, 
well, models has some hiccups.  I guess we can just turn this off 
(although some actual unit tests for our auth module would be good.)

* Our test fixtures don't have any permissions set, so every test that 
accesses a page for any potentially restricted data gets a 401 instead 
of the expected page.

-d

Reply via email to