aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/users/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* renamed a field in a model to date and look what I need! new migrations and f...Matthew Lemon2020-10-211-1/+1
* added lead and deputy inspector for org methods to UserMatthew Lemon2020-10-201-2/+13
* fixed failing unit testsMatthew Lemon2020-10-181-3/+1
* first test of user profile viewMatthew Lemon2020-10-171-7/+40
* all unit tests pass after configuring user fixture to have perms to visit red...Matthew Lemon2020-10-142-1/+10
* factory boy to 3.0.1Matthew Lemon2020-09-031-1/+2
* quick added condition to testMatthew Lemon2020-05-311-0/+2
* created a group fixture with permsMatthew Lemon2020-05-311-0/+5
* another testing passing related to groupsMatthew Lemon2020-05-311-4/+6
* working on user groups and testsMatthew Lemon2020-05-311-4/+12
* started to think about Groups and added a test from real python article to playMatthew Lemon2020-05-301-0/+30
* cleaned up testsMatthew Lemon2020-05-301-35/+18
* prettifying the incident report page a bitMatthew Lemon2020-05-291-22/+0
* IncidentReport model in place and func test passing so farMatthew Lemon2020-05-291-1/+12
* a lot of time and effort looking for a bug with selenium that wasnt thereMatthew Lemon2020-05-291-25/+15
* setting up for testing incident report workMatthew Lemon2020-05-281-0/+43
* done a lot of mocking up of the stakeholder home pageMatthew Lemon2020-05-281-15/+9
* added a test to get h2 tags from stakeholder homepageMatthew Lemon2020-05-281-0/+24
* user with permission can view OrganisationListViewMatthew Lemon2020-05-282-1/+42
* comment on 301 response codeMatthew Lemon2020-05-281-1/+1
* fixed test - now have proper permissions approachMatthew Lemon2020-05-272-15/+12
* permissions set for OrganisationListViewMatthew Lemon2020-05-271-0/+10
* need to fix permission denied 403 testsMatthew Lemon2020-05-271-5/+4
* working through permissions issuesMatthew Lemon2020-05-273-8/+57
* further refactorMatthew Lemon2020-05-272-8/+7
* light refactor and fixed failing testMatthew Lemon2020-05-271-10/+11
* stakeholder user redirected to stakeholder template pageMatthew Lemon2020-05-272-6/+42
* regular user goes to regular user home page template when logging inMatthew Lemon2020-05-262-1/+19
* when user logs in - now redirects to home page - func and unit tests passingMatthew Lemon2020-05-262-7/+18
* writing test for user page viewMatthew Lemon2020-05-261-0/+7
* changed name of person more suitable to testing view clientMatthew Lemon2020-05-262-5/+8
* some formatting changes - nothing moreMatthew Lemon2020-05-261-8/+10
* functional test for basic user log in passingMatthew Lemon2020-05-261-2/+24
* added geckodriver to root and part way through failing users view func testMatthew Lemon2020-05-252-5/+14
* swapped UserFactoryMatthew Lemon2020-05-251-3/+1
* more useful explanatory commentsMatthew Lemon2020-05-251-0/+2
* added an explanatory comment about the use of slug_fieldMatthew Lemon2020-05-251-0/+4
* added to README and enhanced view testMatthew Lemon2020-05-251-1/+6
* first basic passing view test for adding stakeholderMatthew Lemon2020-05-251-3/+12
* more testing for stakeholderMatthew Lemon2020-05-251-0/+3
* linked stakeholder to userMatthew Lemon2020-05-251-2/+3
* in trying to create a Stakeholder model referenced from User, have removed up...Matthew Lemon2020-05-251-1/+1
* added basic stakeholder profile modelMatthew Lemon2020-05-242-5/+13
* removed oes field from user - about to make a profile modelMatthew Lemon2020-05-243-10/+3
* failing test trying to add org to UserMatthew Lemon2020-05-241-5/+18
* working on test_profile_view_contains_organisation_information - FAILINGMatthew Lemon2020-05-241-1/+15
* removed unneeded importsMatthew Lemon2020-05-231-7/+1
* changed boolean field on user modelMatthew Lemon2020-05-222-2/+2
* started work on optional User as organisation.Person object - testsMatthew Lemon2020-05-222-0/+14
* failing test - need to tweak dbMatthew Lemon2020-02-201-32/+1