aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/resources/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixes bug where multiple PDFs not snappshottedMatthew Lemon2024-06-221-0/+14
| | | | | Includes test of new function which determines the length and composition of the snappshotted pages.
* Basic feature slot presentation in index pageMatthew Lemon2024-05-262-4/+14
|
* wip: create form now as a feature fieldMatthew Lemon2024-05-261-1/+0
|
* Tests validation of resource create formMatthew Lemon2024-05-242-8/+38
| | | | | | | | 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()
* Resource now has a feature slot fieldMatthew Lemon2024-05-223-6/+25
|
* wip: starting to test the featured resource viewMatthew Lemon2024-05-222-0/+13
|
* wip:Matthew Lemon2024-05-202-2/+17
| | | | | | - Passing test for raw ORM handling to find snapshot files from an object - Quietens down pytest output
* wip: improving the test setupMatthew Lemon2024-05-161-1/+2
|
* wip: working on setting up the testsMatthew Lemon2024-05-161-1/+1
|
* wip: starting to test feature resource functionality with factoriesMatthew Lemon2024-05-162-2/+16
|
* Moving to pytest syntax for testsMatthew Lemon2024-05-161-13/+13
|
* Migrates tests over from old projectMatthew Lemon2024-05-158-0/+434