Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More passing tests - some for pdfresources.HEADmaster | Matthew Lemon | 2024-12-15 | 1 | -14/+25 |
| | |||||
* | Improve category tests with authentication and unique data | Matthew Lemon | 2024-12-15 | 1 | -3/+3 |
| | | | | Added user login in setup to simulate admin access for tests. Ensured unique category names in creation tests to prevent conflicts. Updated category fixture data to reflect more distinct values. | ||||
* | Add `is_admin` attribute to user fixtures | Matthew Lemon | 2024-12-15 | 1 | -0/+2 |
| | | | | This update includes an `is_admin` attribute for the `one` and `two` user fixtures in the test data. It ensures tests can account for admin-specific functionality. | ||||
* | wip: fixing tests | Matthew Lemon | 2024-12-13 | 2 | -1/+5 |
| | |||||
* | Adds category model but not wired up to resource yet | Matthew Lemon | 2024-11-14 | 1 | -0/+11 |
| | |||||
* | Adds ResourceType model | Matthew Lemon | 2024-11-14 | 1 | -0/+7 |
| | |||||
* | Adds first pdfresource model | Matthew Lemon | 2024-11-11 | 1 | -0/+21 |
| | |||||
* | initial after migration | Matthew Lemon | 2024-11-11 | 2 | -0/+9 |