Skip to content

Tags: cmdelatorre/guide-to-testing-in-django

Tags

11-model-improvements

Improved the models to be a little more friendly.

10-model-tests

Added model tests.

09-separate-forms-tests

Separated out the forms tests.

08-posts-refactor

Refactored how we save a vote.

07-initial-form

Added the initial version of ``PollForm``.

06-named-urls

The app now uses named URLs.

05-posts-round-i

Added basic POST tests.

04-second-test

Added third test to cover ``results``.

03-better-index

Added the first fixture & test coverage to match.

02-first-test

Added the first view test.