tools.txt 71 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785
  1. =============
  2. Testing tools
  3. =============
  4. .. currentmodule:: django.test
  5. Django provides a small set of tools that come in handy when writing tests.
  6. .. _test-client:
  7. The test client
  8. ===============
  9. The test client is a Python class that acts as a dummy Web browser, allowing
  10. you to test your views and interact with your Django-powered application
  11. programmatically.
  12. Some of the things you can do with the test client are:
  13. * Simulate GET and POST requests on a URL and observe the response --
  14. everything from low-level HTTP (result headers and status codes) to
  15. page content.
  16. * See the chain of redirects (if any) and check the URL and status code at
  17. each step.
  18. * Test that a given request is rendered by a given Django template, with
  19. a template context that contains certain values.
  20. Note that the test client is not intended to be a replacement for Selenium_ or
  21. other "in-browser" frameworks. Django's test client has a different focus. In
  22. short:
  23. * Use Django's test client to establish that the correct template is being
  24. rendered and that the template is passed the correct context data.
  25. * Use in-browser frameworks like Selenium_ to test *rendered* HTML and the
  26. *behavior* of Web pages, namely JavaScript functionality. Django also
  27. provides special support for those frameworks; see the section on
  28. :class:`~django.test.LiveServerTestCase` for more details.
  29. A comprehensive test suite should use a combination of both test types.
  30. Overview and a quick example
  31. ----------------------------
  32. To use the test client, instantiate ``django.test.Client`` and retrieve
  33. Web pages::
  34. >>> from django.test import Client
  35. >>> c = Client()
  36. >>> response = c.post('/login/', {'username': 'john', 'password': 'smith'})
  37. >>> response.status_code
  38. 200
  39. >>> response = c.get('/customer/details/')
  40. >>> response.content
  41. b'<!DOCTYPE html...'
  42. As this example suggests, you can instantiate ``Client`` from within a session
  43. of the Python interactive interpreter.
  44. Note a few important things about how the test client works:
  45. * The test client does *not* require the Web server to be running. In fact,
  46. it will run just fine with no Web server running at all! That's because
  47. it avoids the overhead of HTTP and deals directly with the Django
  48. framework. This helps make the unit tests run quickly.
  49. * When retrieving pages, remember to specify the *path* of the URL, not the
  50. whole domain. For example, this is correct::
  51. >>> c.get('/login/')
  52. This is incorrect::
  53. >>> c.get('https://www.example.com/login/')
  54. The test client is not capable of retrieving Web pages that are not
  55. powered by your Django project. If you need to retrieve other Web pages,
  56. use a Python standard library module such as :mod:`urllib`.
  57. * To resolve URLs, the test client uses whatever URLconf is pointed-to by
  58. your :setting:`ROOT_URLCONF` setting.
  59. * Although the above example would work in the Python interactive
  60. interpreter, some of the test client's functionality, notably the
  61. template-related functionality, is only available *while tests are
  62. running*.
  63. The reason for this is that Django's test runner performs a bit of black
  64. magic in order to determine which template was loaded by a given view.
  65. This black magic (essentially a patching of Django's template system in
  66. memory) only happens during test running.
  67. * By default, the test client will disable any CSRF checks
  68. performed by your site.
  69. If, for some reason, you *want* the test client to perform CSRF
  70. checks, you can create an instance of the test client that
  71. enforces CSRF checks. To do this, pass in the
  72. ``enforce_csrf_checks`` argument when you construct your
  73. client::
  74. >>> from django.test import Client
  75. >>> csrf_client = Client(enforce_csrf_checks=True)
  76. Making requests
  77. ---------------
  78. Use the ``django.test.Client`` class to make requests.
  79. .. class:: Client(enforce_csrf_checks=False, **defaults)
  80. It requires no arguments at time of construction. However, you can use
  81. keywords arguments to specify some default headers. For example, this will
  82. send a ``User-Agent`` HTTP header in each request::
  83. >>> c = Client(HTTP_USER_AGENT='Mozilla/5.0')
  84. The values from the ``extra`` keywords arguments passed to
  85. :meth:`~django.test.Client.get()`,
  86. :meth:`~django.test.Client.post()`, etc. have precedence over
  87. the defaults passed to the class constructor.
  88. The ``enforce_csrf_checks`` argument can be used to test CSRF
  89. protection (see above).
  90. Once you have a ``Client`` instance, you can call any of the following
  91. methods:
  92. .. method:: Client.get(path, data=None, follow=False, secure=False, **extra)
  93. Makes a GET request on the provided ``path`` and returns a ``Response``
  94. object, which is documented below.
  95. The key-value pairs in the ``data`` dictionary are used to create a GET
  96. data payload. For example::
  97. >>> c = Client()
  98. >>> c.get('/customers/details/', {'name': 'fred', 'age': 7})
  99. ...will result in the evaluation of a GET request equivalent to::
  100. /customers/details/?name=fred&age=7
  101. The ``extra`` keyword arguments parameter can be used to specify
  102. headers to be sent in the request. For example::
  103. >>> c = Client()
  104. >>> c.get('/customers/details/', {'name': 'fred', 'age': 7},
  105. ... HTTP_X_REQUESTED_WITH='XMLHttpRequest')
  106. ...will send the HTTP header ``HTTP_X_REQUESTED_WITH`` to the
  107. details view, which is a good way to test code paths that use the
  108. :meth:`django.http.HttpRequest.is_ajax()` method.
  109. .. admonition:: CGI specification
  110. The headers sent via ``**extra`` should follow CGI_ specification.
  111. For example, emulating a different "Host" header as sent in the
  112. HTTP request from the browser to the server should be passed
  113. as ``HTTP_HOST``.
  114. .. _CGI: http://www.w3.org/CGI/
  115. If you already have the GET arguments in URL-encoded form, you can
  116. use that encoding instead of using the data argument. For example,
  117. the previous GET request could also be posed as::
  118. >>> c = Client()
  119. >>> c.get('/customers/details/?name=fred&age=7')
  120. If you provide a URL with both an encoded GET data and a data argument,
  121. the data argument will take precedence.
  122. If you set ``follow`` to ``True`` the client will follow any redirects
  123. and a ``redirect_chain`` attribute will be set in the response object
  124. containing tuples of the intermediate urls and status codes.
  125. If you had a URL ``/redirect_me/`` that redirected to ``/next/``, that
  126. redirected to ``/final/``, this is what you'd see::
  127. >>> response = c.get('/redirect_me/', follow=True)
  128. >>> response.redirect_chain
  129. [('http://testserver/next/', 302), ('http://testserver/final/', 302)]
  130. If you set ``secure`` to ``True`` the client will emulate an HTTPS
  131. request.
  132. .. method:: Client.post(path, data=None, content_type=MULTIPART_CONTENT, follow=False, secure=False, **extra)
  133. Makes a POST request on the provided ``path`` and returns a
  134. ``Response`` object, which is documented below.
  135. The key-value pairs in the ``data`` dictionary are used to submit POST
  136. data. For example::
  137. >>> c = Client()
  138. >>> c.post('/login/', {'name': 'fred', 'passwd': 'secret'})
  139. ...will result in the evaluation of a POST request to this URL::
  140. /login/
  141. ...with this POST data::
  142. name=fred&passwd=secret
  143. If you provide ``content_type`` (e.g. :mimetype:`text/xml` for an XML
  144. payload), the contents of ``data`` will be sent as-is in the POST
  145. request, using ``content_type`` in the HTTP ``Content-Type`` header.
  146. If you don't provide a value for ``content_type``, the values in
  147. ``data`` will be transmitted with a content type of
  148. :mimetype:`multipart/form-data`. In this case, the key-value pairs in
  149. ``data`` will be encoded as a multipart message and used to create the
  150. POST data payload.
  151. To submit multiple values for a given key -- for example, to specify
  152. the selections for a ``<select multiple>`` -- provide the values as a
  153. list or tuple for the required key. For example, this value of ``data``
  154. would submit three selected values for the field named ``choices``::
  155. {'choices': ('a', 'b', 'd')}
  156. Submitting files is a special case. To POST a file, you need only
  157. provide the file field name as a key, and a file handle to the file you
  158. wish to upload as a value. For example::
  159. >>> c = Client()
  160. >>> with open('wishlist.doc') as fp:
  161. ... c.post('/customers/wishes/', {'name': 'fred', 'attachment': fp})
  162. (The name ``attachment`` here is not relevant; use whatever name your
  163. file-processing code expects.)
  164. You may also provide any file-like object (e.g., :class:`~io.StringIO` or
  165. :class:`~io.BytesIO`) as a file handle.
  166. Note that if you wish to use the same file handle for multiple
  167. ``post()`` calls then you will need to manually reset the file
  168. pointer between posts. The easiest way to do this is to
  169. manually close the file after it has been provided to
  170. ``post()``, as demonstrated above.
  171. You should also ensure that the file is opened in a way that
  172. allows the data to be read. If your file contains binary data
  173. such as an image, this means you will need to open the file in
  174. ``rb`` (read binary) mode.
  175. The ``extra`` argument acts the same as for :meth:`Client.get`.
  176. If the URL you request with a POST contains encoded parameters, these
  177. parameters will be made available in the request.GET data. For example,
  178. if you were to make the request::
  179. >>> c.post('/login/?visitor=true', {'name': 'fred', 'passwd': 'secret'})
  180. ... the view handling this request could interrogate request.POST
  181. to retrieve the username and password, and could interrogate request.GET
  182. to determine if the user was a visitor.
  183. If you set ``follow`` to ``True`` the client will follow any redirects
  184. and a ``redirect_chain`` attribute will be set in the response object
  185. containing tuples of the intermediate urls and status codes.
  186. If you set ``secure`` to ``True`` the client will emulate an HTTPS
  187. request.
  188. .. method:: Client.head(path, data=None, follow=False, secure=False, **extra)
  189. Makes a HEAD request on the provided ``path`` and returns a
  190. ``Response`` object. This method works just like :meth:`Client.get`,
  191. including the ``follow``, ``secure`` and ``extra`` arguments, except
  192. it does not return a message body.
  193. .. method:: Client.options(path, data='', content_type='application/octet-stream', follow=False, secure=False, **extra)
  194. Makes an OPTIONS request on the provided ``path`` and returns a
  195. ``Response`` object. Useful for testing RESTful interfaces.
  196. When ``data`` is provided, it is used as the request body, and
  197. a ``Content-Type`` header is set to ``content_type``.
  198. The ``follow``, ``secure`` and ``extra`` arguments act the same as for
  199. :meth:`Client.get`.
  200. .. method:: Client.put(path, data='', content_type='application/octet-stream', follow=False, secure=False, **extra)
  201. Makes a PUT request on the provided ``path`` and returns a
  202. ``Response`` object. Useful for testing RESTful interfaces.
  203. When ``data`` is provided, it is used as the request body, and
  204. a ``Content-Type`` header is set to ``content_type``.
  205. The ``follow``, ``secure`` and ``extra`` arguments act the same as for
  206. :meth:`Client.get`.
  207. .. method:: Client.patch(path, data='', content_type='application/octet-stream', follow=False, secure=False, **extra)
  208. Makes a PATCH request on the provided ``path`` and returns a
  209. ``Response`` object. Useful for testing RESTful interfaces.
  210. The ``follow``, ``secure`` and ``extra`` arguments act the same as for
  211. :meth:`Client.get`.
  212. .. method:: Client.delete(path, data='', content_type='application/octet-stream', follow=False, secure=False, **extra)
  213. Makes a DELETE request on the provided ``path`` and returns a
  214. ``Response`` object. Useful for testing RESTful interfaces.
  215. When ``data`` is provided, it is used as the request body, and
  216. a ``Content-Type`` header is set to ``content_type``.
  217. The ``follow``, ``secure`` and ``extra`` arguments act the same as for
  218. :meth:`Client.get`.
  219. .. method:: Client.trace(path, follow=False, secure=False, **extra)
  220. Makes a TRACE request on the provided ``path`` and returns a
  221. ``Response`` object. Useful for simulating diagnostic probes.
  222. Unlike the other request methods, ``data`` is not provided as a keyword
  223. parameter in order to comply with :rfc:`7231#section-4.3.8`, which
  224. mandates that TRACE requests must not have a body.
  225. The ``follow``, ``secure``, and ``extra`` arguments act the same as for
  226. :meth:`Client.get`.
  227. .. method:: Client.login(**credentials)
  228. If your site uses Django's :doc:`authentication system</topics/auth/index>`
  229. and you deal with logging in users, you can use the test client's
  230. ``login()`` method to simulate the effect of a user logging into the
  231. site.
  232. After you call this method, the test client will have all the cookies
  233. and session data required to pass any login-based tests that may form
  234. part of a view.
  235. The format of the ``credentials`` argument depends on which
  236. :ref:`authentication backend <authentication-backends>` you're using
  237. (which is configured by your :setting:`AUTHENTICATION_BACKENDS`
  238. setting). If you're using the standard authentication backend provided
  239. by Django (``ModelBackend``), ``credentials`` should be the user's
  240. username and password, provided as keyword arguments::
  241. >>> c = Client()
  242. >>> c.login(username='fred', password='secret')
  243. # Now you can access a view that's only available to logged-in users.
  244. If you're using a different authentication backend, this method may
  245. require different credentials. It requires whichever credentials are
  246. required by your backend's ``authenticate()`` method.
  247. ``login()`` returns ``True`` if it the credentials were accepted and
  248. login was successful.
  249. Finally, you'll need to remember to create user accounts before you can
  250. use this method. As we explained above, the test runner is executed
  251. using a test database, which contains no users by default. As a result,
  252. user accounts that are valid on your production site will not work
  253. under test conditions. You'll need to create users as part of the test
  254. suite -- either manually (using the Django model API) or with a test
  255. fixture. Remember that if you want your test user to have a password,
  256. you can't set the user's password by setting the password attribute
  257. directly -- you must use the
  258. :meth:`~django.contrib.auth.models.User.set_password()` function to
  259. store a correctly hashed password. Alternatively, you can use the
  260. :meth:`~django.contrib.auth.models.UserManager.create_user` helper
  261. method to create a new user with a correctly hashed password.
  262. .. versionchanged:: 1.10
  263. In previous versions, inactive users (:attr:`is_active=False
  264. <django.contrib.auth.models.User.is_active>`) were not permitted
  265. to login.
  266. .. method:: Client.force_login(user, backend=None)
  267. If your site uses Django's :doc:`authentication
  268. system</topics/auth/index>`, you can use the ``force_login()`` method
  269. to simulate the effect of a user logging into the site. Use this method
  270. instead of :meth:`login` when a test requires a user be logged in and
  271. the details of how a user logged in aren't important.
  272. Unlike ``login()``, this method skips the authentication and
  273. verification steps: inactive users (:attr:`is_active=False
  274. <django.contrib.auth.models.User.is_active>`) are permitted to login
  275. and the user's credentials don't need to be provided.
  276. The user will have its ``backend`` attribute set to the value of the
  277. ``backend`` argument (which should be a dotted Python path string), or
  278. to ``settings.AUTHENTICATION_BACKENDS[0]`` if a value isn't provided.
  279. The :func:`~django.contrib.auth.authenticate` function called by
  280. :meth:`login` normally annotates the user like this.
  281. This method is faster than ``login()`` since the expensive
  282. password hashing algorithms are bypassed. Also, you can speed up
  283. ``login()`` by :ref:`using a weaker hasher while testing
  284. <speeding-up-tests-auth-hashers>`.
  285. .. method:: Client.logout()
  286. If your site uses Django's :doc:`authentication system</topics/auth/index>`,
  287. the ``logout()`` method can be used to simulate the effect of a user
  288. logging out of your site.
  289. After you call this method, the test client will have all the cookies
  290. and session data cleared to defaults. Subsequent requests will appear
  291. to come from an :class:`~django.contrib.auth.models.AnonymousUser`.
  292. Testing responses
  293. -----------------
  294. The ``get()`` and ``post()`` methods both return a ``Response`` object. This
  295. ``Response`` object is *not* the same as the ``HttpResponse`` object returned
  296. by Django views; the test response object has some additional data useful for
  297. test code to verify.
  298. Specifically, a ``Response`` object has the following attributes:
  299. .. class:: Response()
  300. .. attribute:: client
  301. The test client that was used to make the request that resulted in the
  302. response.
  303. .. attribute:: content
  304. The body of the response, as a bytestring. This is the final page
  305. content as rendered by the view, or any error message.
  306. .. attribute:: context
  307. The template ``Context`` instance that was used to render the template that
  308. produced the response content.
  309. If the rendered page used multiple templates, then ``context`` will be a
  310. list of ``Context`` objects, in the order in which they were rendered.
  311. Regardless of the number of templates used during rendering, you can
  312. retrieve context values using the ``[]`` operator. For example, the
  313. context variable ``name`` could be retrieved using::
  314. >>> response = client.get('/foo/')
  315. >>> response.context['name']
  316. 'Arthur'
  317. .. admonition:: Not using Django templates?
  318. This attribute is only populated when using the
  319. :class:`~django.template.backends.django.DjangoTemplates` backend.
  320. If you're using another template engine,
  321. :attr:`~django.template.response.SimpleTemplateResponse.context_data`
  322. may be a suitable alternative on responses with that attribute.
  323. .. method:: json(**kwargs)
  324. The body of the response, parsed as JSON. Extra keyword arguments are
  325. passed to :func:`json.loads`. For example::
  326. >>> response = client.get('/foo/')
  327. >>> response.json()['name']
  328. 'Arthur'
  329. If the ``Content-Type`` header is not ``"application/json"``, then a
  330. :exc:`ValueError` will be raised when trying to parse the response.
  331. .. attribute:: request
  332. The request data that stimulated the response.
  333. .. attribute:: wsgi_request
  334. The ``WSGIRequest`` instance generated by the test handler that
  335. generated the response.
  336. .. attribute:: status_code
  337. The HTTP status of the response, as an integer. For a full list
  338. of defined codes, see the `IANA status code registry`_.
  339. .. _IANA status code registry: https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml
  340. .. attribute:: templates
  341. A list of ``Template`` instances used to render the final content, in
  342. the order they were rendered. For each template in the list, use
  343. ``template.name`` to get the template's file name, if the template was
  344. loaded from a file. (The name is a string such as
  345. ``'admin/index.html'``.)
  346. .. admonition:: Not using Django templates?
  347. This attribute is only populated when using the
  348. :class:`~django.template.backends.django.DjangoTemplates` backend.
  349. If you're using another template engine,
  350. :attr:`~django.template.response.SimpleTemplateResponse.template_name`
  351. may be a suitable alternative if you only need the name of the
  352. template used for rendering.
  353. .. attribute:: resolver_match
  354. An instance of :class:`~django.urls.ResolverMatch` for the response.
  355. You can use the :attr:`~django.urls.ResolverMatch.func` attribute, for
  356. example, to verify the view that served the response::
  357. # my_view here is a function based view
  358. self.assertEqual(response.resolver_match.func, my_view)
  359. # class-based views need to be compared by name, as the functions
  360. # generated by as_view() won't be equal
  361. self.assertEqual(response.resolver_match.func.__name__, MyView.as_view().__name__)
  362. If the given URL is not found, accessing this attribute will raise a
  363. :exc:`~django.urls.Resolver404` exception.
  364. You can also use dictionary syntax on the response object to query the value
  365. of any settings in the HTTP headers. For example, you could determine the
  366. content type of a response using ``response['Content-Type']``.
  367. Exceptions
  368. ----------
  369. If you point the test client at a view that raises an exception, that exception
  370. will be visible in the test case. You can then use a standard ``try ... except``
  371. block or :meth:`~unittest.TestCase.assertRaises` to test for exceptions.
  372. The only exceptions that are not visible to the test client are
  373. :class:`~django.http.Http404`,
  374. :class:`~django.core.exceptions.PermissionDenied`, :exc:`SystemExit`, and
  375. :class:`~django.core.exceptions.SuspiciousOperation`. Django catches these
  376. exceptions internally and converts them into the appropriate HTTP response
  377. codes. In these cases, you can check ``response.status_code`` in your test.
  378. Persistent state
  379. ----------------
  380. The test client is stateful. If a response returns a cookie, then that cookie
  381. will be stored in the test client and sent with all subsequent ``get()`` and
  382. ``post()`` requests.
  383. Expiration policies for these cookies are not followed. If you want a cookie
  384. to expire, either delete it manually or create a new ``Client`` instance (which
  385. will effectively delete all cookies).
  386. A test client has two attributes that store persistent state information. You
  387. can access these properties as part of a test condition.
  388. .. attribute:: Client.cookies
  389. A Python :class:`~http.cookies.SimpleCookie` object, containing the current
  390. values of all the client cookies. See the documentation of the
  391. :mod:`http.cookies` module for more.
  392. .. attribute:: Client.session
  393. A dictionary-like object containing session information. See the
  394. :doc:`session documentation</topics/http/sessions>` for full details.
  395. To modify the session and then save it, it must be stored in a variable
  396. first (because a new ``SessionStore`` is created every time this property
  397. is accessed)::
  398. def test_something(self):
  399. session = self.client.session
  400. session['somekey'] = 'test'
  401. session.save()
  402. Example
  403. -------
  404. The following is a simple unit test using the test client::
  405. import unittest
  406. from django.test import Client
  407. class SimpleTest(unittest.TestCase):
  408. def setUp(self):
  409. # Every test needs a client.
  410. self.client = Client()
  411. def test_details(self):
  412. # Issue a GET request.
  413. response = self.client.get('/customer/details/')
  414. # Check that the response is 200 OK.
  415. self.assertEqual(response.status_code, 200)
  416. # Check that the rendered context contains 5 customers.
  417. self.assertEqual(len(response.context['customers']), 5)
  418. .. seealso::
  419. :class:`django.test.RequestFactory`
  420. .. _django-testcase-subclasses:
  421. Provided test case classes
  422. ==========================
  423. Normal Python unit test classes extend a base class of
  424. :class:`unittest.TestCase`. Django provides a few extensions of this base class:
  425. .. _testcase_hierarchy_diagram:
  426. .. figure:: _images/django_unittest_classes_hierarchy.*
  427. :alt: Hierarchy of Django unit testing classes (TestCase subclasses)
  428. :width: 508
  429. :height: 328
  430. Hierarchy of Django unit testing classes
  431. Converting a normal :class:`unittest.TestCase` to any of the subclasses is
  432. easy: change the base class of your test from ``unittest.TestCase`` to the
  433. subclass. All of the standard Python unit test functionality will be available,
  434. and it will be augmented with some useful additions as described in each
  435. section below.
  436. ``SimpleTestCase``
  437. ------------------
  438. .. class:: SimpleTestCase()
  439. A subclass of :class:`unittest.TestCase` that adds this functionality:
  440. * Some useful assertions like:
  441. * Checking that a callable :meth:`raises a certain exception
  442. <SimpleTestCase.assertRaisesMessage>`.
  443. * Testing form field :meth:`rendering and error treatment
  444. <SimpleTestCase.assertFieldOutput>`.
  445. * Testing :meth:`HTML responses for the presence/lack of a given fragment
  446. <SimpleTestCase.assertContains>`.
  447. * Verifying that a template :meth:`has/hasn't been used to generate a given
  448. response content <SimpleTestCase.assertTemplateUsed>`.
  449. * Verifying a HTTP :meth:`redirect <SimpleTestCase.assertRedirects>` is
  450. performed by the app.
  451. * Robustly testing two :meth:`HTML fragments <SimpleTestCase.assertHTMLEqual>`
  452. for equality/inequality or :meth:`containment <SimpleTestCase.assertInHTML>`.
  453. * Robustly testing two :meth:`XML fragments <SimpleTestCase.assertXMLEqual>`
  454. for equality/inequality.
  455. * Robustly testing two :meth:`JSON fragments <SimpleTestCase.assertJSONEqual>`
  456. for equality.
  457. * The ability to run tests with :ref:`modified settings <overriding-settings>`.
  458. * Using the :attr:`~SimpleTestCase.client` :class:`~django.test.Client`.
  459. If your tests make any database queries, use subclasses
  460. :class:`~django.test.TransactionTestCase` or :class:`~django.test.TestCase`.
  461. .. attribute:: SimpleTestCase.allow_database_queries
  462. :class:`~SimpleTestCase` disallows database queries by default. This
  463. helps to avoid executing write queries which will affect other tests
  464. since each ``SimpleTestCase`` test isn't run in a transaction. If you
  465. aren't concerned about this problem, you can disable this behavior by
  466. setting the ``allow_database_queries`` class attribute to ``True`` on
  467. your test class.
  468. .. warning::
  469. ``SimpleTestCase`` and its subclasses (e.g. ``TestCase``, ...) rely on
  470. ``setUpClass()`` and ``tearDownClass()`` to perform some class-wide
  471. initialization (e.g. overriding settings). If you need to override those
  472. methods, don't forget to call the ``super`` implementation::
  473. class MyTestCase(TestCase):
  474. @classmethod
  475. def setUpClass(cls):
  476. super(MyTestCase, cls).setUpClass()
  477. ...
  478. @classmethod
  479. def tearDownClass(cls):
  480. ...
  481. super(MyTestCase, cls).tearDownClass()
  482. Be sure to account for Python's behavior if an exception is raised during
  483. ``setUpClass()``. If that happens, neither the tests in the class nor
  484. ``tearDownClass()`` are run. In the case of :class:`django.test.TestCase`,
  485. this will leak the transaction created in ``super()`` which results in
  486. various symptoms including a segmentation fault on some platforms (reported
  487. on OS X). If you want to intentionally raise an exception such as
  488. :exc:`unittest.SkipTest` in ``setUpClass()``, be sure to do it before
  489. calling ``super()`` to avoid this.
  490. ``TransactionTestCase``
  491. -----------------------
  492. .. class:: TransactionTestCase()
  493. ``TransactionTestCase`` inherits from :class:`~django.test.SimpleTestCase` to
  494. add some database-specific features:
  495. * Resetting the database to a known state at the beginning of each test to
  496. ease testing and using the ORM.
  497. * Database :attr:`~TransactionTestCase.fixtures`.
  498. * Test :ref:`skipping based on database backend features <skipping-tests>`.
  499. * The remaining specialized :meth:`assert*
  500. <TransactionTestCase.assertQuerysetEqual>` methods.
  501. Django's :class:`TestCase` class is a more commonly used subclass of
  502. ``TransactionTestCase`` that makes use of database transaction facilities
  503. to speed up the process of resetting the database to a known state at the
  504. beginning of each test. A consequence of this, however, is that some database
  505. behaviors cannot be tested within a Django ``TestCase`` class. For instance,
  506. you cannot test that a block of code is executing within a transaction, as is
  507. required when using
  508. :meth:`~django.db.models.query.QuerySet.select_for_update()`. In those cases,
  509. you should use ``TransactionTestCase``.
  510. ``TransactionTestCase`` and ``TestCase`` are identical except for the manner
  511. in which the database is reset to a known state and the ability for test code
  512. to test the effects of commit and rollback:
  513. * A ``TransactionTestCase`` resets the database after the test runs by
  514. truncating all tables. A ``TransactionTestCase`` may call commit and rollback
  515. and observe the effects of these calls on the database.
  516. * A ``TestCase``, on the other hand, does not truncate tables after a test.
  517. Instead, it encloses the test code in a database transaction that is rolled
  518. back at the end of the test. This guarantees that the rollback at the end of
  519. the test restores the database to its initial state.
  520. .. warning::
  521. ``TestCase`` running on a database that does not support rollback (e.g. MySQL
  522. with the MyISAM storage engine), and all instances of ``TransactionTestCase``,
  523. will roll back at the end of the test by deleting all data from the test
  524. database.
  525. Apps :ref:`will not see their data reloaded <test-case-serialized-rollback>`;
  526. if you need this functionality (for example, third-party apps should enable
  527. this) you can set ``serialized_rollback = True`` inside the
  528. ``TestCase`` body.
  529. ``TestCase``
  530. ------------
  531. .. class:: TestCase()
  532. This is the most common class to use for writing tests in Django. It inherits
  533. from :class:`TransactionTestCase` (and by extension :class:`SimpleTestCase`).
  534. If your Django application doesn't use a database, use :class:`SimpleTestCase`.
  535. The class:
  536. * Wraps the tests within two nested :func:`~django.db.transaction.atomic`
  537. blocks: one for the whole class and one for each test. Therefore, if you want
  538. to test some specific database transaction behavior, use
  539. :class:`TransactionTestCase`.
  540. * Checks deferrable database constraints at the end of each test.
  541. .. versionchanged:: 1.10
  542. The check for deferrable database constraints at the end of each test was
  543. added.
  544. It also provides an additional method:
  545. .. classmethod:: TestCase.setUpTestData()
  546. The class-level ``atomic`` block described above allows the creation of
  547. initial data at the class level, once for the whole ``TestCase``. This
  548. technique allows for faster tests as compared to using ``setUp()``.
  549. For example::
  550. from django.test import TestCase
  551. class MyTests(TestCase):
  552. @classmethod
  553. def setUpTestData(cls):
  554. # Set up data for the whole TestCase
  555. cls.foo = Foo.objects.create(bar="Test")
  556. ...
  557. def test1(self):
  558. # Some test using self.foo
  559. ...
  560. def test2(self):
  561. # Some other test using self.foo
  562. ...
  563. Note that if the tests are run on a database with no transaction support
  564. (for instance, MySQL with the MyISAM engine), ``setUpTestData()`` will be
  565. called before each test, negating the speed benefits.
  566. Be careful not to modify any objects created in ``setUpTestData()`` in
  567. your test methods. Modifications to in-memory objects from setup work done
  568. at the class level will persist between test methods. If you do need to
  569. modify them, you could reload them in the ``setUp()`` method with
  570. :meth:`~django.db.models.Model.refresh_from_db`, for example.
  571. .. _live-test-server:
  572. ``LiveServerTestCase``
  573. ----------------------
  574. .. class:: LiveServerTestCase()
  575. ``LiveServerTestCase`` does basically the same as
  576. :class:`~django.test.TransactionTestCase` with one extra feature: it launches a
  577. live Django server in the background on setup, and shuts it down on teardown.
  578. This allows the use of automated test clients other than the
  579. :ref:`Django dummy client <test-client>` such as, for example, the Selenium_
  580. client, to execute a series of functional tests inside a browser and simulate a
  581. real user's actions.
  582. By default the live server listens on ``localhost`` and picks the first
  583. available port in the ``8081-8179`` range. Its full URL can be accessed with
  584. ``self.live_server_url`` during the tests.
  585. If you'd like to select another address, you may pass a different one using the
  586. :option:`test --liveserver` option, for example:
  587. .. code-block:: console
  588. $ ./manage.py test --liveserver=localhost:8082
  589. Another way of changing the default server address is by setting the
  590. `DJANGO_LIVE_TEST_SERVER_ADDRESS` environment variable somewhere in your
  591. code (for example, in a :ref:`custom test runner<topics-testing-test_runner>`)::
  592. import os
  593. os.environ['DJANGO_LIVE_TEST_SERVER_ADDRESS'] = 'localhost:8082'
  594. In the case where the tests are run by multiple processes in parallel (for
  595. example, in the context of several simultaneous `continuous integration`_
  596. builds), the processes will compete for the same address, and therefore your
  597. tests might randomly fail with an "Address already in use" error. To avoid this
  598. problem, you can pass a comma-separated list of ports or ranges of ports (at
  599. least as many as the number of potential parallel processes). For example:
  600. .. code-block:: console
  601. $ ./manage.py test --liveserver=localhost:8082,8090-8100,9000-9200,7041
  602. Then, during test execution, each new live test server will try every specified
  603. port until it finds one that is free and takes it.
  604. .. _continuous integration: https://en.wikipedia.org/wiki/Continuous_integration
  605. To demonstrate how to use ``LiveServerTestCase``, let's write a simple Selenium
  606. test. First of all, you need to install the `selenium package`_ into your
  607. Python path:
  608. .. code-block:: console
  609. $ pip install selenium
  610. Then, add a ``LiveServerTestCase``-based test to your app's tests module
  611. (for example: ``myapp/tests.py``). For this example, we'll assume you're using
  612. the :mod:`~django.contrib.staticfiles` app and want to have static files served
  613. during the execution of your tests similar to what we get at development time
  614. with ``DEBUG=True``, i.e. without having to collect them using
  615. :djadmin:`collectstatic`. We'll use
  616. the :class:`~django.contrib.staticfiles.testing.StaticLiveServerTestCase`
  617. subclass which provides that functionality. Replace it with
  618. ``django.test.LiveServerTestCase`` if you don't need that.
  619. The code for this test may look as follows::
  620. from django.contrib.staticfiles.testing import StaticLiveServerTestCase
  621. from selenium.webdriver.firefox.webdriver import WebDriver
  622. class MySeleniumTests(StaticLiveServerTestCase):
  623. fixtures = ['user-data.json']
  624. @classmethod
  625. def setUpClass(cls):
  626. super(MySeleniumTests, cls).setUpClass()
  627. cls.selenium = WebDriver()
  628. cls.selenium.implicitly_wait(10)
  629. @classmethod
  630. def tearDownClass(cls):
  631. cls.selenium.quit()
  632. super(MySeleniumTests, cls).tearDownClass()
  633. def test_login(self):
  634. self.selenium.get('%s%s' % (self.live_server_url, '/login/'))
  635. username_input = self.selenium.find_element_by_name("username")
  636. username_input.send_keys('myuser')
  637. password_input = self.selenium.find_element_by_name("password")
  638. password_input.send_keys('secret')
  639. self.selenium.find_element_by_xpath('//input[@value="Log in"]').click()
  640. Finally, you may run the test as follows:
  641. .. code-block:: console
  642. $ ./manage.py test myapp.tests.MySeleniumTests.test_login
  643. This example will automatically open Firefox then go to the login page, enter
  644. the credentials and press the "Log in" button. Selenium offers other drivers in
  645. case you do not have Firefox installed or wish to use another browser. The
  646. example above is just a tiny fraction of what the Selenium client can do; check
  647. out the `full reference`_ for more details.
  648. .. _Selenium: http://seleniumhq.org/
  649. .. _selenium package: https://pypi.python.org/pypi/selenium
  650. .. _full reference: https://selenium-python.readthedocs.io/api.html
  651. .. _Firefox: https://www.mozilla.com/firefox/
  652. .. note::
  653. When using an in-memory SQLite database to run the tests, the same database
  654. connection will be shared by two threads in parallel: the thread in which
  655. the live server is run and the thread in which the test case is run. It's
  656. important to prevent simultaneous database queries via this shared
  657. connection by the two threads, as that may sometimes randomly cause the
  658. tests to fail. So you need to ensure that the two threads don't access the
  659. database at the same time. In particular, this means that in some cases
  660. (for example, just after clicking a link or submitting a form), you might
  661. need to check that a response is received by Selenium and that the next
  662. page is loaded before proceeding with further test execution.
  663. Do this, for example, by making Selenium wait until the ``<body>`` HTML tag
  664. is found in the response (requires Selenium > 2.13)::
  665. def test_login(self):
  666. from selenium.webdriver.support.wait import WebDriverWait
  667. timeout = 2
  668. ...
  669. self.selenium.find_element_by_xpath('//input[@value="Log in"]').click()
  670. # Wait until the response is received
  671. WebDriverWait(self.selenium, timeout).until(
  672. lambda driver: driver.find_element_by_tag_name('body'))
  673. The tricky thing here is that there's really no such thing as a "page load,"
  674. especially in modern Web apps that generate HTML dynamically after the
  675. server generates the initial document. So, simply checking for the presence
  676. of ``<body>`` in the response might not necessarily be appropriate for all
  677. use cases. Please refer to the `Selenium FAQ`_ and
  678. `Selenium documentation`_ for more information.
  679. .. _Selenium FAQ: https://code.google.com/p/selenium/wiki/FrequentlyAskedQuestions#Q:_WebDriver_fails_to_find_elements_/_Does_not_block_on_page_loa
  680. .. _Selenium documentation: http://seleniumhq.org/docs/04_webdriver_advanced.html#explicit-waits
  681. Test cases features
  682. ===================
  683. Default test client
  684. -------------------
  685. .. attribute:: SimpleTestCase.client
  686. Every test case in a ``django.test.*TestCase`` instance has access to an
  687. instance of a Django test client. This client can be accessed as
  688. ``self.client``. This client is recreated for each test, so you don't have to
  689. worry about state (such as cookies) carrying over from one test to another.
  690. This means, instead of instantiating a ``Client`` in each test::
  691. import unittest
  692. from django.test import Client
  693. class SimpleTest(unittest.TestCase):
  694. def test_details(self):
  695. client = Client()
  696. response = client.get('/customer/details/')
  697. self.assertEqual(response.status_code, 200)
  698. def test_index(self):
  699. client = Client()
  700. response = client.get('/customer/index/')
  701. self.assertEqual(response.status_code, 200)
  702. ...you can just refer to ``self.client``, like so::
  703. from django.test import TestCase
  704. class SimpleTest(TestCase):
  705. def test_details(self):
  706. response = self.client.get('/customer/details/')
  707. self.assertEqual(response.status_code, 200)
  708. def test_index(self):
  709. response = self.client.get('/customer/index/')
  710. self.assertEqual(response.status_code, 200)
  711. Customizing the test client
  712. ---------------------------
  713. .. attribute:: SimpleTestCase.client_class
  714. If you want to use a different ``Client`` class (for example, a subclass
  715. with customized behavior), use the :attr:`~SimpleTestCase.client_class` class
  716. attribute::
  717. from django.test import TestCase, Client
  718. class MyTestClient(Client):
  719. # Specialized methods for your environment
  720. ...
  721. class MyTest(TestCase):
  722. client_class = MyTestClient
  723. def test_my_stuff(self):
  724. # Here self.client is an instance of MyTestClient...
  725. call_some_test_code()
  726. .. _topics-testing-fixtures:
  727. Fixture loading
  728. ---------------
  729. .. attribute:: TransactionTestCase.fixtures
  730. A test case for a database-backed website isn't much use if there isn't any
  731. data in the database. Tests are more readable and it's more maintainable to
  732. create objects using the ORM, for example in :meth:`TestCase.setUpTestData`,
  733. however, you can also use fixtures.
  734. A fixture is a collection of data that Django knows how to import into a
  735. database. For example, if your site has user accounts, you might set up a
  736. fixture of fake user accounts in order to populate your database during tests.
  737. The most straightforward way of creating a fixture is to use the
  738. :djadmin:`manage.py dumpdata <dumpdata>` command. This assumes you
  739. already have some data in your database. See the :djadmin:`dumpdata
  740. documentation<dumpdata>` for more details.
  741. Once you've created a fixture and placed it in a ``fixtures`` directory in one
  742. of your :setting:`INSTALLED_APPS`, you can use it in your unit tests by
  743. specifying a ``fixtures`` class attribute on your :class:`django.test.TestCase`
  744. subclass::
  745. from django.test import TestCase
  746. from myapp.models import Animal
  747. class AnimalTestCase(TestCase):
  748. fixtures = ['mammals.json', 'birds']
  749. def setUp(self):
  750. # Test definitions as before.
  751. call_setup_methods()
  752. def testFluffyAnimals(self):
  753. # A test that uses the fixtures.
  754. call_some_test_code()
  755. Here's specifically what will happen:
  756. * At the start of each test, before ``setUp()`` is run, Django will flush the
  757. database, returning the database to the state it was in directly after
  758. :djadmin:`migrate` was called.
  759. * Then, all the named fixtures are installed. In this example, Django will
  760. install any JSON fixture named ``mammals``, followed by any fixture named
  761. ``birds``. See the :djadmin:`loaddata` documentation for more
  762. details on defining and installing fixtures.
  763. For performance reasons, :class:`TestCase` loads fixtures once for the entire
  764. test class, before :meth:`~TestCase.setUpTestData`, instead of before each
  765. test, and it uses transactions to clean the database before each test. In any case,
  766. you can be certain that the outcome of a test will not be affected by another
  767. test or by the order of test execution.
  768. By default, fixtures are only loaded into the ``default`` database. If you are
  769. using multiple databases and set :attr:`multi_db=True
  770. <TransactionTestCase.multi_db>`, fixtures will be loaded into all databases.
  771. URLconf configuration
  772. ---------------------
  773. If your application provides views, you may want to include tests that use the
  774. test client to exercise those views. However, an end user is free to deploy the
  775. views in your application at any URL of their choosing. This means that your
  776. tests can't rely upon the fact that your views will be available at a
  777. particular URL. Decorate your test class or test method with
  778. ``@override_settings(ROOT_URLCONF=...)`` for URLconf configuration.
  779. .. _emptying-test-outbox:
  780. Multi-database support
  781. ----------------------
  782. .. attribute:: TransactionTestCase.multi_db
  783. Django sets up a test database corresponding to every database that is
  784. defined in the :setting:`DATABASES` definition in your settings
  785. file. However, a big part of the time taken to run a Django TestCase
  786. is consumed by the call to ``flush`` that ensures that you have a
  787. clean database at the start of each test run. If you have multiple
  788. databases, multiple flushes are required (one for each database),
  789. which can be a time consuming activity -- especially if your tests
  790. don't need to test multi-database activity.
  791. As an optimization, Django only flushes the ``default`` database at
  792. the start of each test run. If your setup contains multiple databases,
  793. and you have a test that requires every database to be clean, you can
  794. use the ``multi_db`` attribute on the test suite to request a full
  795. flush.
  796. For example::
  797. class TestMyViews(TestCase):
  798. multi_db = True
  799. def test_index_page_view(self):
  800. call_some_test_code()
  801. This test case will flush *all* the test databases before running
  802. ``test_index_page_view``.
  803. The ``multi_db`` flag also affects into which databases the
  804. attr:`TransactionTestCase.fixtures` are loaded. By default (when
  805. ``multi_db=False``), fixtures are only loaded into the ``default`` database.
  806. If ``multi_db=True``, fixtures are loaded into all databases.
  807. .. _overriding-settings:
  808. Overriding settings
  809. -------------------
  810. .. warning::
  811. Use the functions below to temporarily alter the value of settings in tests.
  812. Don't manipulate ``django.conf.settings`` directly as Django won't restore
  813. the original values after such manipulations.
  814. .. method:: SimpleTestCase.settings()
  815. For testing purposes it's often useful to change a setting temporarily and
  816. revert to the original value after running the testing code. For this use case
  817. Django provides a standard Python context manager (see :pep:`343`) called
  818. :meth:`~django.test.SimpleTestCase.settings`, which can be used like this::
  819. from django.test import TestCase
  820. class LoginTestCase(TestCase):
  821. def test_login(self):
  822. # First check for the default behavior
  823. response = self.client.get('/sekrit/')
  824. self.assertRedirects(response, '/accounts/login/?next=/sekrit/')
  825. # Then override the LOGIN_URL setting
  826. with self.settings(LOGIN_URL='/other/login/'):
  827. response = self.client.get('/sekrit/')
  828. self.assertRedirects(response, '/other/login/?next=/sekrit/')
  829. This example will override the :setting:`LOGIN_URL` setting for the code
  830. in the ``with`` block and reset its value to the previous state afterwards.
  831. .. method:: SimpleTestCase.modify_settings()
  832. It can prove unwieldy to redefine settings that contain a list of values. In
  833. practice, adding or removing values is often sufficient. The
  834. :meth:`~django.test.SimpleTestCase.modify_settings` context manager makes it
  835. easy::
  836. from django.test import TestCase
  837. class MiddlewareTestCase(TestCase):
  838. def test_cache_middleware(self):
  839. with self.modify_settings(MIDDLEWARE={
  840. 'append': 'django.middleware.cache.FetchFromCacheMiddleware',
  841. 'prepend': 'django.middleware.cache.UpdateCacheMiddleware',
  842. 'remove': [
  843. 'django.contrib.sessions.middleware.SessionMiddleware',
  844. 'django.contrib.auth.middleware.AuthenticationMiddleware',
  845. 'django.contrib.messages.middleware.MessageMiddleware',
  846. ],
  847. }):
  848. response = self.client.get('/')
  849. # ...
  850. For each action, you can supply either a list of values or a string. When the
  851. value already exists in the list, ``append`` and ``prepend`` have no effect;
  852. neither does ``remove`` when the value doesn't exist.
  853. .. function:: override_settings
  854. In case you want to override a setting for a test method, Django provides the
  855. :func:`~django.test.override_settings` decorator (see :pep:`318`). It's used
  856. like this::
  857. from django.test import TestCase, override_settings
  858. class LoginTestCase(TestCase):
  859. @override_settings(LOGIN_URL='/other/login/')
  860. def test_login(self):
  861. response = self.client.get('/sekrit/')
  862. self.assertRedirects(response, '/other/login/?next=/sekrit/')
  863. The decorator can also be applied to :class:`~django.test.TestCase` classes::
  864. from django.test import TestCase, override_settings
  865. @override_settings(LOGIN_URL='/other/login/')
  866. class LoginTestCase(TestCase):
  867. def test_login(self):
  868. response = self.client.get('/sekrit/')
  869. self.assertRedirects(response, '/other/login/?next=/sekrit/')
  870. .. function:: modify_settings
  871. Likewise, Django provides the :func:`~django.test.modify_settings`
  872. decorator::
  873. from django.test import TestCase, modify_settings
  874. class MiddlewareTestCase(TestCase):
  875. @modify_settings(MIDDLEWARE={
  876. 'append': 'django.middleware.cache.FetchFromCacheMiddleware',
  877. 'prepend': 'django.middleware.cache.UpdateCacheMiddleware',
  878. })
  879. def test_cache_middleware(self):
  880. response = self.client.get('/')
  881. # ...
  882. The decorator can also be applied to test case classes::
  883. from django.test import TestCase, modify_settings
  884. @modify_settings(MIDDLEWARE={
  885. 'append': 'django.middleware.cache.FetchFromCacheMiddleware',
  886. 'prepend': 'django.middleware.cache.UpdateCacheMiddleware',
  887. })
  888. class MiddlewareTestCase(TestCase):
  889. def test_cache_middleware(self):
  890. response = self.client.get('/')
  891. # ...
  892. .. note::
  893. When given a class, these decorators modify the class directly and return
  894. it; they don't create and return a modified copy of it. So if you try to
  895. tweak the above examples to assign the return value to a different name
  896. than ``LoginTestCase`` or ``MiddlewareTestCase``, you may be surprised to
  897. find that the original test case classes are still equally affected by the
  898. decorator. For a given class, :func:`~django.test.modify_settings` is
  899. always applied after :func:`~django.test.override_settings`.
  900. .. warning::
  901. The settings file contains some settings that are only consulted during
  902. initialization of Django internals. If you change them with
  903. ``override_settings``, the setting is changed if you access it via the
  904. ``django.conf.settings`` module, however, Django's internals access it
  905. differently. Effectively, using :func:`~django.test.override_settings` or
  906. :func:`~django.test.modify_settings` with these settings is probably not
  907. going to do what you expect it to do.
  908. We do not recommend altering the :setting:`DATABASES` setting. Altering
  909. the :setting:`CACHES` setting is possible, but a bit tricky if you are
  910. using internals that make using of caching, like
  911. :mod:`django.contrib.sessions`. For example, you will have to reinitialize
  912. the session backend in a test that uses cached sessions and overrides
  913. :setting:`CACHES`.
  914. Finally, avoid aliasing your settings as module-level constants as
  915. ``override_settings()`` won't work on such values since they are
  916. only evaluated the first time the module is imported.
  917. You can also simulate the absence of a setting by deleting it after settings
  918. have been overridden, like this::
  919. @override_settings()
  920. def test_something(self):
  921. del settings.LOGIN_URL
  922. ...
  923. When overriding settings, make sure to handle the cases in which your app's
  924. code uses a cache or similar feature that retains state even if the setting is
  925. changed. Django provides the :data:`django.test.signals.setting_changed`
  926. signal that lets you register callbacks to clean up and otherwise reset state
  927. when settings are changed.
  928. Django itself uses this signal to reset various data:
  929. ================================ ========================
  930. Overridden settings Data reset
  931. ================================ ========================
  932. USE_TZ, TIME_ZONE Databases timezone
  933. TEMPLATES Template engines
  934. SERIALIZATION_MODULES Serializers cache
  935. LOCALE_PATHS, LANGUAGE_CODE Default translation and loaded translations
  936. MEDIA_ROOT, DEFAULT_FILE_STORAGE Default file storage
  937. ================================ ========================
  938. Emptying the test outbox
  939. ------------------------
  940. If you use any of Django's custom ``TestCase`` classes, the test runner will
  941. clear the contents of the test email outbox at the start of each test case.
  942. For more detail on email services during tests, see `Email services`_ below.
  943. .. _assertions:
  944. Assertions
  945. ----------
  946. As Python's normal :class:`unittest.TestCase` class implements assertion methods
  947. such as :meth:`~unittest.TestCase.assertTrue` and
  948. :meth:`~unittest.TestCase.assertEqual`, Django's custom :class:`TestCase` class
  949. provides a number of custom assertion methods that are useful for testing Web
  950. applications:
  951. The failure messages given by most of these assertion methods can be customized
  952. with the ``msg_prefix`` argument. This string will be prefixed to any failure
  953. message generated by the assertion. This allows you to provide additional
  954. details that may help you to identify the location and cause of a failure in
  955. your test suite.
  956. .. method:: SimpleTestCase.assertRaisesMessage(expected_exception, expected_message, callable, *args, **kwargs)
  957. SimpleTestCase.assertRaisesMessage(expected_exception, expected_message)
  958. Asserts that execution of ``callable`` raises ``expected_exception`` and
  959. that ``expected_message`` is found in the exception's message. Any other
  960. outcome is reported as a failure. It's a simpler version of
  961. :meth:`unittest.TestCase.assertRaisesRegex` with the difference that
  962. ``expected_message`` isn't treated as a regular expression.
  963. If only the ``expected_exception`` and ``expected_message`` parameters are
  964. given, returns a context manager so that the code being tested can be
  965. written inline rather than as a function::
  966. with self.assertRaisesMessage(ValueError, 'invalid literal for int()'):
  967. int('a')
  968. .. deprecated:: 1.9
  969. Passing ``callable`` as a keyword argument called ``callable_obj`` is
  970. deprecated. Pass the callable as a positional argument instead.
  971. .. method:: SimpleTestCase.assertFieldOutput(fieldclass, valid, invalid, field_args=None, field_kwargs=None, empty_value='')
  972. Asserts that a form field behaves correctly with various inputs.
  973. :param fieldclass: the class of the field to be tested.
  974. :param valid: a dictionary mapping valid inputs to their expected cleaned
  975. values.
  976. :param invalid: a dictionary mapping invalid inputs to one or more raised
  977. error messages.
  978. :param field_args: the args passed to instantiate the field.
  979. :param field_kwargs: the kwargs passed to instantiate the field.
  980. :param empty_value: the expected clean output for inputs in ``empty_values``.
  981. For example, the following code tests that an ``EmailField`` accepts
  982. ``a@a.com`` as a valid email address, but rejects ``aaa`` with a reasonable
  983. error message::
  984. self.assertFieldOutput(EmailField, {'a@a.com': 'a@a.com'}, {'aaa': ['Enter a valid email address.']})
  985. .. method:: SimpleTestCase.assertFormError(response, form, field, errors, msg_prefix='')
  986. Asserts that a field on a form raises the provided list of errors when
  987. rendered on the form.
  988. ``form`` is the name the ``Form`` instance was given in the template
  989. context.
  990. ``field`` is the name of the field on the form to check. If ``field``
  991. has a value of ``None``, non-field errors (errors you can access via
  992. :meth:`form.non_field_errors() <django.forms.Form.non_field_errors>`) will
  993. be checked.
  994. ``errors`` is an error string, or a list of error strings, that are
  995. expected as a result of form validation.
  996. .. method:: SimpleTestCase.assertFormsetError(response, formset, form_index, field, errors, msg_prefix='')
  997. Asserts that the ``formset`` raises the provided list of errors when
  998. rendered.
  999. ``formset`` is the name the ``Formset`` instance was given in the template
  1000. context.
  1001. ``form_index`` is the number of the form within the ``Formset``. If
  1002. ``form_index`` has a value of ``None``, non-form errors (errors you can
  1003. access via ``formset.non_form_errors()``) will be checked.
  1004. ``field`` is the name of the field on the form to check. If ``field``
  1005. has a value of ``None``, non-field errors (errors you can access via
  1006. :meth:`form.non_field_errors() <django.forms.Form.non_field_errors>`) will
  1007. be checked.
  1008. ``errors`` is an error string, or a list of error strings, that are
  1009. expected as a result of form validation.
  1010. .. method:: SimpleTestCase.assertContains(response, text, count=None, status_code=200, msg_prefix='', html=False)
  1011. Asserts that a ``Response`` instance produced the given ``status_code`` and
  1012. that ``text`` appears in the content of the response. If ``count`` is
  1013. provided, ``text`` must occur exactly ``count`` times in the response.
  1014. Set ``html`` to ``True`` to handle ``text`` as HTML. The comparison with
  1015. the response content will be based on HTML semantics instead of
  1016. character-by-character equality. Whitespace is ignored in most cases,
  1017. attribute ordering is not significant. See
  1018. :meth:`~SimpleTestCase.assertHTMLEqual` for more details.
  1019. .. method:: SimpleTestCase.assertNotContains(response, text, status_code=200, msg_prefix='', html=False)
  1020. Asserts that a ``Response`` instance produced the given ``status_code`` and
  1021. that ``text`` does *not* appear in the content of the response.
  1022. Set ``html`` to ``True`` to handle ``text`` as HTML. The comparison with
  1023. the response content will be based on HTML semantics instead of
  1024. character-by-character equality. Whitespace is ignored in most cases,
  1025. attribute ordering is not significant. See
  1026. :meth:`~SimpleTestCase.assertHTMLEqual` for more details.
  1027. .. method:: SimpleTestCase.assertTemplateUsed(response, template_name, msg_prefix='', count=None)
  1028. Asserts that the template with the given name was used in rendering the
  1029. response.
  1030. The name is a string such as ``'admin/index.html'``.
  1031. The count argument is an integer indicating the number of times the
  1032. template should be rendered. Default is ``None``, meaning that the template
  1033. should be rendered one or more times.
  1034. You can use this as a context manager, like this::
  1035. with self.assertTemplateUsed('index.html'):
  1036. render_to_string('index.html')
  1037. with self.assertTemplateUsed(template_name='index.html'):
  1038. render_to_string('index.html')
  1039. .. method:: SimpleTestCase.assertTemplateNotUsed(response, template_name, msg_prefix='')
  1040. Asserts that the template with the given name was *not* used in rendering
  1041. the response.
  1042. You can use this as a context manager in the same way as
  1043. :meth:`~SimpleTestCase.assertTemplateUsed`.
  1044. .. method:: SimpleTestCase.assertRedirects(response, expected_url, status_code=302, target_status_code=200, msg_prefix='', fetch_redirect_response=True)
  1045. Asserts that the response returned a ``status_code`` redirect status,
  1046. redirected to ``expected_url`` (including any ``GET`` data), and that the
  1047. final page was received with ``target_status_code``.
  1048. If your request used the ``follow`` argument, the ``expected_url`` and
  1049. ``target_status_code`` will be the url and status code for the final
  1050. point of the redirect chain.
  1051. If ``fetch_redirect_response`` is ``False``, the final page won't be
  1052. loaded. Since the test client can't fetch externals URLs, this is
  1053. particularly useful if ``expected_url`` isn't part of your Django app.
  1054. Scheme is handled correctly when making comparisons between two URLs. If
  1055. there isn't any scheme specified in the location where we are redirected to,
  1056. the original request's scheme is used. If present, the scheme in
  1057. ``expected_url`` is the one used to make the comparisons to.
  1058. .. deprecated:: 1.9
  1059. The ``host`` argument is deprecated, as redirections are no longer
  1060. forced to be absolute URLs.
  1061. .. method:: SimpleTestCase.assertHTMLEqual(html1, html2, msg=None)
  1062. Asserts that the strings ``html1`` and ``html2`` are equal. The comparison
  1063. is based on HTML semantics. The comparison takes following things into
  1064. account:
  1065. * Whitespace before and after HTML tags is ignored.
  1066. * All types of whitespace are considered equivalent.
  1067. * All open tags are closed implicitly, e.g. when a surrounding tag is
  1068. closed or the HTML document ends.
  1069. * Empty tags are equivalent to their self-closing version.
  1070. * The ordering of attributes of an HTML element is not significant.
  1071. * Attributes without an argument are equal to attributes that equal in
  1072. name and value (see the examples).
  1073. The following examples are valid tests and don't raise any
  1074. ``AssertionError``::
  1075. self.assertHTMLEqual(
  1076. '<p>Hello <b>world!</p>',
  1077. '''<p>
  1078. Hello <b>world! <b/>
  1079. </p>'''
  1080. )
  1081. self.assertHTMLEqual(
  1082. '<input type="checkbox" checked="checked" id="id_accept_terms" />',
  1083. '<input id="id_accept_terms" type="checkbox" checked>'
  1084. )
  1085. ``html1`` and ``html2`` must be valid HTML. An ``AssertionError`` will be
  1086. raised if one of them cannot be parsed.
  1087. Output in case of error can be customized with the ``msg`` argument.
  1088. .. method:: SimpleTestCase.assertHTMLNotEqual(html1, html2, msg=None)
  1089. Asserts that the strings ``html1`` and ``html2`` are *not* equal. The
  1090. comparison is based on HTML semantics. See
  1091. :meth:`~SimpleTestCase.assertHTMLEqual` for details.
  1092. ``html1`` and ``html2`` must be valid HTML. An ``AssertionError`` will be
  1093. raised if one of them cannot be parsed.
  1094. Output in case of error can be customized with the ``msg`` argument.
  1095. .. method:: SimpleTestCase.assertXMLEqual(xml1, xml2, msg=None)
  1096. Asserts that the strings ``xml1`` and ``xml2`` are equal. The
  1097. comparison is based on XML semantics. Similarly to
  1098. :meth:`~SimpleTestCase.assertHTMLEqual`, the comparison is
  1099. made on parsed content, hence only semantic differences are considered, not
  1100. syntax differences. When invalid XML is passed in any parameter, an
  1101. ``AssertionError`` is always raised, even if both string are identical.
  1102. Output in case of error can be customized with the ``msg`` argument.
  1103. .. method:: SimpleTestCase.assertXMLNotEqual(xml1, xml2, msg=None)
  1104. Asserts that the strings ``xml1`` and ``xml2`` are *not* equal. The
  1105. comparison is based on XML semantics. See
  1106. :meth:`~SimpleTestCase.assertXMLEqual` for details.
  1107. Output in case of error can be customized with the ``msg`` argument.
  1108. .. method:: SimpleTestCase.assertInHTML(needle, haystack, count=None, msg_prefix='')
  1109. Asserts that the HTML fragment ``needle`` is contained in the ``haystack`` one.
  1110. If the ``count`` integer argument is specified, then additionally the number
  1111. of ``needle`` occurrences will be strictly verified.
  1112. Whitespace in most cases is ignored, and attribute ordering is not
  1113. significant. The passed-in arguments must be valid HTML.
  1114. .. method:: SimpleTestCase.assertJSONEqual(raw, expected_data, msg=None)
  1115. Asserts that the JSON fragments ``raw`` and ``expected_data`` are equal.
  1116. Usual JSON non-significant whitespace rules apply as the heavyweight is
  1117. delegated to the :mod:`json` library.
  1118. Output in case of error can be customized with the ``msg`` argument.
  1119. .. method:: SimpleTestCase.assertJSONNotEqual(raw, expected_data, msg=None)
  1120. Asserts that the JSON fragments ``raw`` and ``expected_data`` are *not* equal.
  1121. See :meth:`~SimpleTestCase.assertJSONEqual` for further details.
  1122. Output in case of error can be customized with the ``msg`` argument.
  1123. .. method:: TransactionTestCase.assertQuerysetEqual(qs, values, transform=repr, ordered=True, msg=None)
  1124. Asserts that a queryset ``qs`` returns a particular list of values ``values``.
  1125. The comparison of the contents of ``qs`` and ``values`` is performed using
  1126. the function ``transform``; by default, this means that the ``repr()`` of
  1127. each value is compared. Any other callable can be used if ``repr()`` doesn't
  1128. provide a unique or helpful comparison.
  1129. By default, the comparison is also ordering dependent. If ``qs`` doesn't
  1130. provide an implicit ordering, you can set the ``ordered`` parameter to
  1131. ``False``, which turns the comparison into a ``collections.Counter`` comparison.
  1132. If the order is undefined (if the given ``qs`` isn't ordered and the
  1133. comparison is against more than one ordered values), a ``ValueError`` is
  1134. raised.
  1135. Output in case of error can be customized with the ``msg`` argument.
  1136. .. method:: TransactionTestCase.assertNumQueries(num, func, *args, **kwargs)
  1137. Asserts that when ``func`` is called with ``*args`` and ``**kwargs`` that
  1138. ``num`` database queries are executed.
  1139. If a ``"using"`` key is present in ``kwargs`` it is used as the database
  1140. alias for which to check the number of queries. If you wish to call a
  1141. function with a ``using`` parameter you can do it by wrapping the call with
  1142. a ``lambda`` to add an extra parameter::
  1143. self.assertNumQueries(7, lambda: my_function(using=7))
  1144. You can also use this as a context manager::
  1145. with self.assertNumQueries(2):
  1146. Person.objects.create(name="Aaron")
  1147. Person.objects.create(name="Daniel")
  1148. .. _topics-tagging-tests:
  1149. Tagging tests
  1150. -------------
  1151. .. versionadded:: 1.10
  1152. You can tag your tests so you can easily run a particular subset. For example,
  1153. you might label fast or slow tests::
  1154. from django.test import tag
  1155. class SampleTestCase(TestCase):
  1156. @tag('fast')
  1157. def test_fast(self):
  1158. ...
  1159. @tag('slow')
  1160. def test_slow(self):
  1161. ...
  1162. @tag('slow', 'core')
  1163. def test_slow_but_core(self):
  1164. ...
  1165. You can also tag a test case::
  1166. @tag('slow', 'core')
  1167. class SampleTestCase(TestCase):
  1168. ...
  1169. Then you can choose which tests to run. For example, to run only fast tests:
  1170. .. code-block:: console
  1171. $ ./manage.py test --tag=fast
  1172. Or to run fast tests and the core one (even though it's slow):
  1173. .. code-block:: console
  1174. $ ./manage.py test --tag=fast --tag=core
  1175. You can also exclude tests by tag. To run core tests if they are not slow:
  1176. .. code-block:: console
  1177. $ ./manage.py test --tag=core --exclude-tag=slow
  1178. :option:`test --exclude-tag` has precedence over :option:`test --tag`, so if a
  1179. test has two tags and you select one of them and exclude the other, the test
  1180. won't be run.
  1181. .. _topics-testing-email:
  1182. Email services
  1183. ==============
  1184. If any of your Django views send email using :doc:`Django's email
  1185. functionality </topics/email>`, you probably don't want to send email each time
  1186. you run a test using that view. For this reason, Django's test runner
  1187. automatically redirects all Django-sent email to a dummy outbox. This lets you
  1188. test every aspect of sending email -- from the number of messages sent to the
  1189. contents of each message -- without actually sending the messages.
  1190. The test runner accomplishes this by transparently replacing the normal
  1191. email backend with a testing backend.
  1192. (Don't worry -- this has no effect on any other email senders outside of
  1193. Django, such as your machine's mail server, if you're running one.)
  1194. .. currentmodule:: django.core.mail
  1195. .. data:: django.core.mail.outbox
  1196. During test running, each outgoing email is saved in
  1197. ``django.core.mail.outbox``. This is a simple list of all
  1198. :class:`~django.core.mail.EmailMessage` instances that have been sent.
  1199. The ``outbox`` attribute is a special attribute that is created *only* when
  1200. the ``locmem`` email backend is used. It doesn't normally exist as part of the
  1201. :mod:`django.core.mail` module and you can't import it directly. The code
  1202. below shows how to access this attribute correctly.
  1203. Here's an example test that examines ``django.core.mail.outbox`` for length
  1204. and contents::
  1205. from django.core import mail
  1206. from django.test import TestCase
  1207. class EmailTest(TestCase):
  1208. def test_send_email(self):
  1209. # Send message.
  1210. mail.send_mail(
  1211. 'Subject here', 'Here is the message.',
  1212. 'from@example.com', ['to@example.com'],
  1213. fail_silently=False,
  1214. )
  1215. # Test that one message has been sent.
  1216. self.assertEqual(len(mail.outbox), 1)
  1217. # Verify that the subject of the first message is correct.
  1218. self.assertEqual(mail.outbox[0].subject, 'Subject here')
  1219. As noted :ref:`previously <emptying-test-outbox>`, the test outbox is emptied
  1220. at the start of every test in a Django ``*TestCase``. To empty the outbox
  1221. manually, assign the empty list to ``mail.outbox``::
  1222. from django.core import mail
  1223. # Empty the test outbox
  1224. mail.outbox = []
  1225. .. _topics-testing-management-commands:
  1226. Management Commands
  1227. ===================
  1228. Management commands can be tested with the
  1229. :func:`~django.core.management.call_command` function. The output can be
  1230. redirected into a ``StringIO`` instance::
  1231. from django.core.management import call_command
  1232. from django.test import TestCase
  1233. from django.utils.six import StringIO
  1234. class ClosepollTest(TestCase):
  1235. def test_command_output(self):
  1236. out = StringIO()
  1237. call_command('closepoll', stdout=out)
  1238. self.assertIn('Expected output', out.getvalue())
  1239. .. _skipping-tests:
  1240. Skipping tests
  1241. ==============
  1242. .. currentmodule:: django.test
  1243. The unittest library provides the :func:`@skipIf <unittest.skipIf>` and
  1244. :func:`@skipUnless <unittest.skipUnless>` decorators to allow you to skip tests
  1245. if you know ahead of time that those tests are going to fail under certain
  1246. conditions.
  1247. For example, if your test requires a particular optional library in order to
  1248. succeed, you could decorate the test case with :func:`@skipIf
  1249. <unittest.skipIf>`. Then, the test runner will report that the test wasn't
  1250. executed and why, instead of failing the test or omitting the test altogether.
  1251. To supplement these test skipping behaviors, Django provides two
  1252. additional skip decorators. Instead of testing a generic boolean,
  1253. these decorators check the capabilities of the database, and skip the
  1254. test if the database doesn't support a specific named feature.
  1255. The decorators use a string identifier to describe database features.
  1256. This string corresponds to attributes of the database connection
  1257. features class. See ``django.db.backends.BaseDatabaseFeatures``
  1258. class for a full list of database features that can be used as a basis
  1259. for skipping tests.
  1260. .. function:: skipIfDBFeature(*feature_name_strings)
  1261. Skip the decorated test or ``TestCase`` if all of the named database features
  1262. are supported.
  1263. For example, the following test will not be executed if the database
  1264. supports transactions (e.g., it would *not* run under PostgreSQL, but
  1265. it would under MySQL with MyISAM tables)::
  1266. class MyTests(TestCase):
  1267. @skipIfDBFeature('supports_transactions')
  1268. def test_transaction_behavior(self):
  1269. # ... conditional test code
  1270. pass
  1271. .. function:: skipUnlessDBFeature(*feature_name_strings)
  1272. Skip the decorated test or ``TestCase`` if any of the named database features
  1273. are *not* supported.
  1274. For example, the following test will only be executed if the database
  1275. supports transactions (e.g., it would run under PostgreSQL, but *not*
  1276. under MySQL with MyISAM tables)::
  1277. class MyTests(TestCase):
  1278. @skipUnlessDBFeature('supports_transactions')
  1279. def test_transaction_behavior(self):
  1280. # ... conditional test code
  1281. pass