guide-to-testing-in-django icon indicating copy to clipboard operation
guide-to-testing-in-django copied to clipboard

The example project for adding tests.

========================== Guide to Testing in Django

This is the example project demonstrating how to go about testing from the blog series_ on the topic. It adds tests to the perennial "polls_" app from the Django tutorial (minus the generic views).

Tags have been added for each step in the process, starting with 01-initial. The project is based on Django 1.3 & SQLite.

For the admin:

  • Username: admin
  • Password: abc123

.. _blog series: http://toastdriven.com/blog/2011/apr/10/guide-to-testing-in-django/ .. _polls: http://docs.djangoproject.com/en/1.3/intro/tutorial01/