aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/resources/tests/test_forms.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-10-15Renamed from pyblackbird_cc to alphabetlearning - everywhereMatthew Lemon1-74/+0
2024-09-11Some formatting changes and calming down ruff slightlyMatthew Lemon1-1/+0
2024-09-08resources tests passingMatthew Lemon1-1/+2
2024-05-26wip: create form now as a feature fieldMatthew Lemon1-1/+0
2024-05-24Tests validation of resource create formMatthew Lemon1-6/+36
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.
2024-05-22Fixed the failing form testMatthew Lemon1-38/+23
We now pass a MultiValueDict object to which allows self.files.getlist() to work properly inside clean_pdf_files()
2024-05-15Migrates tests over from old projectMatthew Lemon1-0/+60