revsys / django-test-plus

Useful additions to Django's default TestCase
https://django-test-plus.readthedocs.io
BSD 3-Clause "New" or "Revised" License
612 stars 62 forks source link

`assertLoginRequired` should allow to pass the method to be used for the request #203

Open nessita opened 1 year ago

nessita commented 1 year ago

It's useful to test that when POSTing to views they require login, so adding this param to the assertLoginRequired helper would be quite handy.