diff options
author | Ramiro Morales <cramm0@gmail.com> | 2014-05-10 23:27:09 -0300 |
---|---|---|
committer | Ramiro Morales <cramm0@gmail.com> | 2014-05-10 23:28:15 -0300 |
commit | 63df886df728c35d3b12da6a03062b46d84d8978 (patch) | |
tree | a78771b86970952099a56647cfa88084ca0be075 /docs | |
parent | 38036e16c8fc7a1f7438f86dca12d667d7b300f1 (diff) | |
download | django-63df886df728c35d3b12da6a03062b46d84d8978.tar.gz |
Link new testing tools document from main index.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.txt | 1 |
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:** |