More Django testing and debugging reference

Posted by: barbara | Date: Jul 17, 2008 | Updated: Sep 09, 2008 | Category: django
I was in unit testing hell today. my big stumbling block is working with the Test Client, using its login() method, to simulate a logged in user. The rest of the views I need to test for rely on the user being authenticated. I'm not going to go through all ...

Read More