kimetrica / django-binary-database-files

A storage system for Django that stores uploaded files in the database.
Other
11 stars 18 forks source link

tests: Set DEFAULT_FILE_STORAGE when needed #32

Closed jayvdb closed 4 years ago

jayvdb commented 4 years ago

Many of the tests use explicit storage in the test models, so they should be tested without the default file storage. Use override_settings to set it only for tests which use implicit storage.