aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/resources/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed from pyblackbird_cc to alphabetlearning - everywhereMatthew Lemon2024-10-158-519/+0
|
* Looking crap but getting there - the basket...Matthew Lemon2024-09-191-0/+2
|
* wip: getting the thumbnails of resourcesMatthew Lemon2024-09-191-0/+6
|
* wip: testing adding resources to shopping cartMatthew Lemon2024-09-141-8/+0
|
* Some formatting changes and calming down ruff slightlyMatthew Lemon2024-09-111-1/+0
|
* Replace relative imports with absoluteMatthew Lemon2024-09-101-5/+5
|
* All tests pass and sign-up page is editableMatthew Lemon2024-09-102-9/+19
|
* resources tests passingMatthew Lemon2024-09-084-14/+19
|
* Add S3 utility module and refactor S3 functions into itMatthew Lemon2024-08-031-1/+1
| | | | Created a new `s3.py` utility module for handling S3 interactions including file uploads and generating presigned URLs. Refactored views to utilize these new utility functions and moved the PDF collection type function to a new `utils.py` module to improve code organization and readability.
* Removes unnecessary commentMatthew Lemon2024-06-221-28/+0
|
* Better use of pytest-django markMatthew Lemon2024-06-221-3/+2
|
* 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