Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests validation of resource create form | Matthew Lemon | 2024-05-24 | 2 | -8/+38 |
| | | | | | | | | In particular related to the new feature_slot field. Ensures that the feature_slot integer must be unique when attempts to save to the database and that the value given in the form is between 1 and 3. | ||||
* | Fixed the failing form test | Matthew Lemon | 2024-05-22 | 1 | -38/+23 |
| | | | | | We now pass a MultiValueDict object to which allows self.files.getlist() to work properly inside clean_pdf_files() | ||||
* | Resource now has a feature slot field | Matthew Lemon | 2024-05-22 | 3 | -6/+25 |
| | |||||
* | wip: starting to test the featured resource view | Matthew Lemon | 2024-05-22 | 2 | -0/+13 |
| | |||||
* | wip: | Matthew Lemon | 2024-05-20 | 2 | -2/+17 |
| | | | | | | - Passing test for raw ORM handling to find snapshot files from an object - Quietens down pytest output | ||||
* | wip: improving the test setup | Matthew Lemon | 2024-05-16 | 1 | -1/+2 |
| | |||||
* | wip: working on setting up the tests | Matthew Lemon | 2024-05-16 | 1 | -1/+1 |
| | |||||
* | wip: starting to test feature resource functionality with factories | Matthew Lemon | 2024-05-16 | 2 | -2/+16 |
| | |||||
* | Moving to pytest syntax for tests | Matthew Lemon | 2024-05-16 | 1 | -13/+13 |
| | |||||
* | Migrates tests over from old project | Matthew Lemon | 2024-05-15 | 8 | -0/+434 |