aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/users/tests/test_views.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-05-30cleaned up testsMatthew Lemon1-35/+18
2020-05-28user with permission can view OrganisationListViewMatthew Lemon1-1/+18
2020-05-28comment on 301 response codeMatthew Lemon1-1/+1
2020-05-27fixed test - now have proper permissions approachMatthew Lemon1-14/+11
2020-05-27permissions set for OrganisationListViewMatthew Lemon1-0/+10
2020-05-27need to fix permission denied 403 testsMatthew Lemon1-5/+4
2020-05-27working through permissions issuesMatthew Lemon1-2/+35
2020-05-27further refactorMatthew Lemon1-5/+4
2020-05-27light refactor and fixed failing testMatthew Lemon1-10/+11
2020-05-27stakeholder user redirected to stakeholder template pageMatthew Lemon1-4/+18
2020-05-26regular user goes to regular user home page template when logging inMatthew Lemon1-1/+15
2020-05-26when user logs in - now redirects to home page - func and unit tests passingMatthew Lemon1-4/+14
2020-05-26writing test for user page viewMatthew Lemon1-0/+7
2020-05-26changed name of person more suitable to testing view clientMatthew Lemon1-5/+5
2020-05-25added geckodriver to root and part way through failing users view func testMatthew Lemon1-5/+2
2020-05-25swapped UserFactoryMatthew Lemon1-3/+1
2020-05-25more useful explanatory commentsMatthew Lemon1-0/+2
2020-05-25added an explanatory comment about the use of slug_fieldMatthew Lemon1-0/+4
2020-05-25added to README and enhanced view testMatthew Lemon1-1/+6
2020-05-25first basic passing view test for adding stakeholderMatthew Lemon1-3/+12
2020-05-24added basic stakeholder profile modelMatthew Lemon1-2/+1
2020-05-24removed oes field from user - about to make a profile modelMatthew Lemon1-8/+2
2020-05-24failing test trying to add org to UserMatthew Lemon1-5/+18
2020-05-24working on test_profile_view_contains_organisation_information - FAILINGMatthew Lemon1-1/+15