aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/resources/tests/test_file_processing.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-10-15Renamed from pyblackbird_cc to alphabetlearning - everywhereMatthew Lemon1-1/+1
2024-09-10All tests pass and sign-up page is editableMatthew Lemon1-3/+7
2024-09-08resources tests passingMatthew Lemon1-1/+1
2024-08-03Add S3 utility module and refactor S3 functions into itMatthew Lemon1-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.
2024-06-22Removes unnecessary commentMatthew Lemon1-28/+0
2024-06-22Fixes bug where multiple PDFs not snappshottedMatthew Lemon1-0/+14
Includes test of new function which determines the length and composition of the snappshotted pages.
2024-05-15Migrates tests over from old projectMatthew Lemon1-0/+144