revsys / django-test-plus

Useful additions to Django's default TestCase

Home Page:https://django-test-plus.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

nessita opened this issue · comments

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.