summaryrefslogtreecommitdiff
path: root/docs/index.txt
diff options
context:
space:
mode:
authorRamiro Morales <cramm0@gmail.com>2014-05-10 23:27:09 -0300
committerRamiro Morales <cramm0@gmail.com>2014-05-10 23:28:15 -0300
commit63df886df728c35d3b12da6a03062b46d84d8978 (patch)
treea78771b86970952099a56647cfa88084ca0be075 /docs/index.txt
parent38036e16c8fc7a1f7438f86dca12d667d7b300f1 (diff)
downloaddjango-63df886df728c35d3b12da6a03062b46d84d8978.tar.gz
Link new testing tools document from main index.
Diffstat (limited to 'docs/index.txt')
-rw-r--r--docs/index.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.txt b/docs/index.txt
index ea387e8ab8..621f530920 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -195,6 +195,7 @@ testing of Django applications:
* **Testing:**
:doc:`Introduction <topics/testing/index>` |
:doc:`Writing and running tests <topics/testing/overview>` |
+ :doc:`Included testing tools <topics/testing/tools>` |
:doc:`Advanced topics <topics/testing/advanced>`
* **Deployment:**