diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2012-12-21 21:59:06 -0300 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2012-12-21 21:59:06 -0300 |
| commit | d19109fd37e75ccf29d2ca64370102753dbc7c5b (patch) | |
| tree | aa01c77f2709ee09e611c8fa683e7aa028566b15 /docs/index.txt | |
| parent | 52a2588df69e5252bee98e76e8d3a2aa37bce23c (diff) | |
Fixed #19497 -- Refactored testing docs.
Thanks Tim Graham for the review and suggestions.
Diffstat (limited to 'docs/index.txt')
| -rw-r--r-- | docs/index.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/index.txt b/docs/index.txt index 9fea8ff3f2..ab00da271c 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -180,7 +180,11 @@ testing of Django applications: :doc:`Overview <ref/django-admin>` | :doc:`Adding custom commands <howto/custom-management-commands>` -* **Testing:** :doc:`Overview <topics/testing>` +* **Testing:** + :doc:`Overview <topics/testing/index>` | + :doc:`Writing and running tests <topics/testing/overview>` | + :doc:`Advanced topics <topics/testing/advanced>` | + :doc:`Doctests <topics/testing/doctests>` * **Deployment:** :doc:`Overview <howto/deployment/index>` | |
