Contribute Media
A thank you to everyone who makes this possible: Read More

Testing and Django

Summary

A deep dive into writing tests with Django, covering Django's custom test- suite-runner and the testing utilities in Django, what all they actually do, how you should and shouldn't use them (and some you shouldn't use at all!). Also, guidelines for writing good tests (with or without Django), and my least favorite things about testing in Django (and how I'd like to fix them).

Details

Improve this page