aboutsummaryrefslogtreecommitdiffstats
path: root/test/fixtures (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-12-15More passing tests - some for pdfresources.HEADmasterMatthew Lemon1-14/+25
2024-12-15Improve category tests with authentication and unique dataMatthew Lemon1-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.
2024-12-15Add `is_admin` attribute to user fixturesMatthew Lemon1-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-13wip: fixing testsMatthew Lemon2-1/+5
2024-11-14Adds category model but not wired up to resource yetMatthew Lemon1-0/+11
2024-11-14Adds ResourceType modelMatthew Lemon1-0/+7
2024-11-11Adds first pdfresource modelMatthew Lemon1-0/+21