Alex Gaynor 11/29/2009

Getting Started with Testing in Django

Read Original

This tutorial introduces testing in Django, starting with the automatically generated tests.py file. It explains how to write simple tests to ensure views return correct HTTP status codes and how to test both GET and POST branches of form-handling views to cover valid and invalid cases.

Getting Started with Testing in Django

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week