Skip to content

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

Tags

11-model-improvements

Toggle 11-model-improvements's commit message
Improved the models to be a little more friendly.

10-model-tests

Toggle 10-model-tests's commit message
Added model tests.

09-separate-forms-tests

Toggle 09-separate-forms-tests's commit message
Separated out the forms tests.

08-posts-refactor

Toggle 08-posts-refactor's commit message
Refactored how we save a vote.

07-initial-form

Toggle 07-initial-form's commit message
Added the initial version of ``PollForm``.

06-named-urls

Toggle 06-named-urls's commit message
The app now uses named URLs.

05-posts-round-i

Toggle 05-posts-round-i's commit message
Added basic POST tests.

04-second-test

Toggle 04-second-test's commit message
Added third test to cover ``results``.

03-better-index

Toggle 03-better-index's commit message
Added the first fixture & test coverage to match.

02-first-test

Toggle 02-first-test's commit message
Added the first view test.