Ticket #3321: testing_txt_typo_3321.diff
File testing_txt_typo_3321.diff, 598 bytes (added by , 18 years ago) |
---|
-
docs/testing.txt
old new 13 13 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 framework, and range of utilities that can be used to s timulate and16 framework, and range of utilities that can be used to simulate and 17 17 inspect various facets of a web application. 18 18 19 19 This testing framework is currently under development, and may change