Ticket #3000: django_doc_typo.diff
File django_doc_typo.diff, 642 bytes (added by , 18 years ago) |
---|
-
docs/testing.txt
10 10 modifying code, tests serve as a guide to ensure that behavior hasn't 11 11 changed unexpectedly as a result of the refactor. 12 12 13 Testing a nweb application is a complex task, as there are many13 Testing a web application is a complex task, as there are many 14 14 components of a web application that must be validated and tested. To 15 15 help you test your application, Django provides a test execution 16 16 framework, and range of utilities that can be used to stimulate and