class ClientMixin:
Known subclasses: django.test.client.AsyncClient
, django.test.client.Client
Method | _login |
Undocumented |
Method | _parse_json |
Undocumented |
Method | check_exception |
Look for a signaled exception, clear the current context exception data, re-raise the signaled exception, and clear the signaled exception from the local cache. |
Method | force_login |
Undocumented |
Method | login |
Set the Factory to appear as if it has successfully logged into a site. |
Method | logout |
Log out the user by removing the cookies and session object. |
Method | store_exc_info |
Store exceptions when they are generated by a view. |
Instance Variable | cookies |
Undocumented |
Instance Variable | exc_info |
Undocumented |
Property | session |
Return the current session variables. |