Re: auth unit tests fail because sites isn't used

2010-01-07 Thread msoulier
On Jan 7, 7:25 am, Tomasz Zieliński wrote: > I'm also getting this, so I'm only running my own tests (by passing > app names to test). Ok, I suppose that's one solution, but it seems like this test makes bad assumptions and should first check to see if the sites contrib is even in the installed a

Re: auth unit tests fail because sites isn't used

2010-01-07 Thread Tomasz Zieliński
On Jan 6, 10:01 pm, msoulier wrote: > I can't find anywhere in the django docs where it says that > django.contrib.auth uses django.contrib.sites, but when I run my unit > tests I get this > > (...) > > -- > Ran 45 tests in 22.37

auth unit tests fail because sites isn't used

2010-01-06 Thread msoulier
I can't find anywhere in the django docs where it says that django.contrib.auth uses django.contrib.sites, but when I run my unit tests I get this == ERROR: test_current_site_in_context_after_login (django.contrib.auth.tests.views