kitware-resonant / django-composed-configuration

Turnkey Django settings for data management applications.
Apache License 2.0
9 stars 2 forks source link

Use MD5 password hasher in testing configurations #211

Open danlamanna opened 3 months ago

danlamanna commented 3 months ago

This should allow tests to run significantly faster. It's probably desirable to prepend the MD5 hasher instead of overwriting the entire list for projects like ISIC which define their own hashers and need access to them during testing.

zachmullen commented 3 months ago

See https://github.com/ImageMarkup/isic/pull/916/files

brianhelba commented 3 months ago

https://docs.djangoproject.com/en/5.0/topics/testing/overview/#password-hashing