Testing authentication in Django Rest Framework Views -- Cannot authenticate when testing Testing authentication in Django Rest Framework Views -- Cannot authenticate when testing python python

Testing authentication in Django Rest Framework Views -- Cannot authenticate when testing


Instead of calling self.factory.get(), call self.client.get().

I'm guessing self.client.login has no effect on self.factory.