mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
[1.5.x] Fixed #19497 -- Refactored testing docs.
Thanks Tim Graham for the review and suggestions.
d19109fd37
from master.
This commit is contained in:
parent
3aba929bcc
commit
903892be7b
19 changed files with 849 additions and 800 deletions
|
@ -281,7 +281,7 @@ correctly in a couple different situations.
|
|||
computer programming, so there's lots of information out there:
|
||||
|
||||
* A good first look at writing tests for Django can be found in the
|
||||
documentation on :doc:`Testing Django applications</topics/testing/>`.
|
||||
documentation on :doc:`Testing Django applications </topics/testing/overview>`.
|
||||
* Dive Into Python (a free online book for beginning Python developers)
|
||||
includes a great `introduction to Unit Testing`__.
|
||||
* After reading those, if you want something a little meatier to sink
|
||||
|
|
|
@ -632,7 +632,7 @@ a piece of code, it usually means that code should be refactored or removed.
|
|||
Coverage will help to identify dead code. See
|
||||
:ref:`topics-testing-code-coverage` for details.
|
||||
|
||||
:doc:`Testing Django applications </topics/testing>` has comprehensive
|
||||
:doc:`Testing Django applications </topics/testing/index>` has comprehensive
|
||||
information about testing.
|
||||
|
||||
.. _Selenium: http://seleniumhq.org/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue