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
BaseViewTestCase provides a useful framework for testing views. It handles the setup of requests and simplifies common url operations for views in the same installed app.
Reversing URLS
Due to the way the urls are configured, tests for the Apply site will fail as the Apply site does not use the default URL config.
This can be resolved on a per testcase basis using the following: