Skip to content Skip to sidebar Skip to footer
Showing posts with the label Django Testing

Tests For Checking The Permissions Of A Group

I am trying to write tests for an app to check that a group has the required permission for a part… Read more Tests For Checking The Permissions Of A Group

Authentication Failed In Django Test

In Django I tried to create a user and then I tried to login that user using selenium , but when I … Read more Authentication Failed In Django Test

Adding Extra Filter To Polls Urls.py Causes Tests To Fail

Following the tutorial at djangoproject, I have tried to have urls.py filter out the polls with no … Read more Adding Extra Filter To Polls Urls.py Causes Tests To Fail