-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Description
If I try to run filters in templates (ex image.crop.300x300) using django tests with test client, I get an error if the image file is missing.
That is fine, but it complicates things for some types of automated tests we have. At some point we create fixtures based on our database and test if all pages are working. Some pages are crashing because image is physically missing for the test (which is correct), but it would be the easiest for this particular test to have silent failure.
Any chance this could get added as a configuration option? Happy to create PR if so.
Metadata
Metadata
Assignees
Labels
No labels