summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorJustin Bronn <jbronn@gmail.com>2010-12-22 00:42:11 +0000
committerJustin Bronn <jbronn@gmail.com>2010-12-22 00:42:11 +0000
commita60d85aa1ab5e88f2a3f2ebb6de9cab58eb7a898 (patch)
treec09879e46c385087232c817f42702f5021a62289 /docs/internals
parentb145b1263403b4981edfef8060aafcb25c4cf842 (diff)
[1.2.X] Fixed #14439 -- Improved documentation for running the GeoDjango test suite.
Backport of r15015 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15016 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 162a9d3c52..fd0e48b154 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
----------------------