aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/resources/tests/test_forms.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* resources tests passingMatthew Lemon2024-09-081-1/+2
|
* wip: create form now as a feature fieldMatthew Lemon2024-05-261-1/+0
|
* Tests validation of resource create formMatthew Lemon2024-05-241-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.
* Fixed the failing form testMatthew Lemon2024-05-221-38/+23
| | | | | We now pass a MultiValueDict object to which allows self.files.getlist() to work properly inside clean_pdf_files()
* Migrates tests over from old projectMatthew Lemon2024-05-151-0/+60