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

self.get/post method do not explain well how to use follow=True

pydanny opened this issue · comments

Makes testing forms kind of a pain. Would you consider adding it as a stand-alone parameter to those methods (I can do the PR if you want)?

Yeah that's a good idea happy to get a PR!

Actually, what about including it as a direct argument of self.get/self.post itself?

Yeah that's what I was thinking.