mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed #19497 -- Refactored testing docs.
Thanks Tim Graham for the review and suggestions.
This commit is contained in:
parent
52a2588df6
commit
d19109fd37
21 changed files with 849 additions and 801 deletions
|
@ -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