aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* forgot login_required decoratorMatthew Lemon2020-05-261-0/+2
* when user logs in - now redirects to home page - func and unit tests passingMatthew Lemon2020-05-265-10/+25
* fixed project requirements - django and pytestMatthew Lemon2020-05-262-2/+2
* writing test for user page viewMatthew Lemon2020-05-261-0/+7
* changed name of person more suitable to testing view clientMatthew Lemon2020-05-263-6/+10
* some formatting changes - nothing moreMatthew Lemon2020-05-261-8/+10
* functional test for basic user log in passingMatthew Lemon2020-05-262-3/+25
* added geckodriver to root and part way through failing users view func testMatthew Lemon2020-05-255-16/+29
* added selenium functional testMatthew Lemon2020-05-252-1/+16
* reverted to previous form of populate scriptMatthew Lemon2020-05-252-2/+1
* swapped UserFactoryMatthew Lemon2020-05-253-4/+4
* fixed trunc and populate script and user generationMatthew Lemon2020-05-252-1/+7
* more useful explanatory commentsMatthew Lemon2020-05-252-0/+4
* added an explanatory comment about the use of slug_fieldMatthew Lemon2020-05-252-0/+8
* amended READMEMatthew Lemon2020-05-251-3/+12
* added to README and enhanced view testMatthew Lemon2020-05-252-4/+11
* first basic passing view test for adding stakeholderMatthew Lemon2020-05-251-3/+12
* added pytest config againMatthew Lemon2020-05-251-1/+1
* more testing for stakeholderMatthew Lemon2020-05-252-0/+13
* linked stakeholder to userMatthew Lemon2020-05-255-6/+30
* in trying to create a Stakeholder model referenced from User, have removed up...Matthew Lemon2020-05-2514-142/+229
* added basic stakeholder profile modelMatthew Lemon2020-05-245-17/+51
* removed oes field from user - about to make a profile modelMatthew Lemon2020-05-246-14/+32
* failing test trying to add org to UserMatthew Lemon2020-05-241-5/+18
* working on test_profile_view_contains_organisation_information - FAILINGMatthew Lemon2020-05-242-3/+17
* removed email verification for nowMatthew Lemon2020-05-242-44/+7
* added pytest flagsMatthew Lemon2020-05-241-1/+1
* removed pytest-sugar so we can switch off colourMatthew Lemon2020-05-231-1/+0
* fixed a test and some cleaningMatthew Lemon2020-05-232-6/+17
* removed color from pytest outputMatthew Lemon2020-05-231-1/+1
* removed unneeded importsMatthew Lemon2020-05-231-7/+1
* changed boolean field on user modelMatthew Lemon2020-05-225-4/+24
* started work on optional User as organisation.Person object - testsMatthew Lemon2020-05-2210-8/+60
* blackingMatthew Lemon2020-05-221-9/+35
* how to do a raw CBV test - and not pretty...MR Lemon2020-05-142-0/+31
* Update README.rstlemonheadhammer2020-05-141-1/+1
* Update README.rstlemonheadhammer2020-05-141-2/+2
* Update README.rstlemonheadhammer2020-05-141-4/+22
* removed erroneous entry in requirements fileMatthew Lemon2020-05-131-1/+0
* first passing assessments app test - wiring test onlyMR Lemon2020-05-132-4/+11
* improved handling of populate function by test - and some cleanupMR Lemon2020-05-134-23/+66
* removed redundant argument from populate functionMR Lemon2020-05-133-11/+5
* refactored populate script into a new core app - better positioned for use in...MR Lemon2020-05-1313-638/+673
* started to think about tests for assessment appMR Lemon2020-05-123-1/+22
* basic population of IGP dataMR Lemon2020-05-128-9/+136
* tidied organisation create form - now with submit and cancel buttonsMR Lemon2020-05-052-26/+26
* first iteration of a passable create orgnisation form with address!MR Lemon2020-05-053-3/+85
* got rid of the crispy forms helper from the addresses inlineformset - going t...MR Lemon2020-05-053-16/+5
* organisation bit of the form looking better now after manually formatting the...MR Lemon2020-05-053-24/+72
* working with one crispy formMR Lemon2020-05-023-30/+19