How To Use Django Test Client To Test Views
We have learnt how to create and run unit test in Django project in previous article Django Unit Test Example. But that example mainly focus on Django application models test. Django also provide class django.test.Client for you to test your Django application views. This example will tell you how to use it.
How To Use Django Test Client To Test Views Read More »