summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorJustin Bronn <jbronn@gmail.com>2010-12-22 00:21:35 +0000
committerJustin Bronn <jbronn@gmail.com>2010-12-22 00:21:35 +0000
commitb6ab88c34a99e7fc469eb4f6e0df9752f7f3100a (patch)
treed8190cbda367d1ea3c8d312ae86b89e2ae3199fd /docs/internals
parentd66ab474f33a0f2455583c96940a78bd06bd2218 (diff)
Fixed #14439 -- Improved documentation for running the GeoDjango test suite.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15015 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/contributing.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/internals/contributing.txt b/docs/internals/contributing.txt
index fadf8a68a5..d7e14fd075 100644
--- a/docs/internals/contributing.txt
+++ b/docs/internals/contributing.txt
@@ -853,6 +853,8 @@ discovered, please follow these guidelines:
* The release branch maintainer may back out commits to the release
branch without permission if the commit breaks the release branch.
+.. _unit-tests:
+
Unit tests
==========
@@ -871,6 +873,8 @@ The Django tests all use the testing infrastructure that ships with Django for
testing applications. See :doc:`Testing Django applications </topics/testing>`
for an explanation of how to write new tests.
+.. _running-unit-tests:
+
Running the unit tests
----------------------