You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chee Yim Goh edited this page Aug 21, 2017
·
8 revisions
Django Test Suite
Django comes with a test suite (django.test.TestCase) of its own, in the tests directory of the code base. Many Django project test suites are comprised mostly of integration tests (django.test.Client).