Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 629 Bytes

README.rst

File metadata and controls

18 lines (13 loc) · 629 Bytes

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