Fixed #3000 -- Fixed typo in docs/testing.txt. Thanks, Bastian Kleineidam

git-svn-id: http://code.djangoproject.com/svn/django/trunk@4059 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2006-11-10 03:29:50 +00:00
parent 4b4efced54
commit 8fd2252e2b
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ used to validate that code behaves as expected. When refactoring or
modifying code, tests serve as a guide to ensure that behavior hasn't modifying code, tests serve as a guide to ensure that behavior hasn't
changed unexpectedly as a result of the refactor. changed unexpectedly as a result of the refactor.
Testing an web application is a complex task, as there are many Testing a web application is a complex task, as there are many
components of a web application that must be validated and tested. To components of a web application that must be validated and tested. To
help you test your application, Django provides a test execution help you test your application, Django provides a test execution
framework, and range of utilities that can be used to stimulate and framework, and range of utilities that can be used to stimulate and