Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-12-15 | More passing tests - some for pdfresources.HEADmaster | Matthew Lemon | 2 | -16/+35 | |
2024-12-15 | Improve category tests with authentication and unique data | Matthew Lemon | 2 | -4/+8 | |
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. | |||||
2024-12-15 | ResourceType tests now pass | Matthew Lemon | 1 | -3/+8 | |
2024-12-15 | Add `is_admin` attribute to user fixtures | Matthew Lemon | 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. | |||||
2024-12-15 | Simplify session param structure in tests and controller. | Matthew Lemon | 1 | -1/+1 | |
Fixes bug with passing the password Replaced nested session hash with direct email and password params in test setup, aligning with the updated `SessionsController`. This ensures consistency between test code and actual implementation. | |||||
2024-12-13 | wip: fixing tests | Matthew Lemon | 3 | -2/+9 | |
2024-11-14 | Adds category model but not wired up to resource yet | Matthew Lemon | 4 | -0/+111 | |
2024-11-14 | Adds ResourceType model | Matthew Lemon | 4 | -0/+103 | |
2024-11-11 | Adds first pdfresource model | Matthew Lemon | 4 | -0/+131 | |