summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2011-01-27 03:14:49 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2011-01-27 03:14:49 +0000
commita5cac772b6b74ed142af6ffe2829c55f1b730d19 (patch)
treefaedf6f0aee76a9d060e832c3c28226eca70bd77 /README
parent461f01b7a66a1d12cebf786892baccb6cee2e6c1 (diff)
Fixed #13662 -- Added an entry in the README to direct people to the instructions for running the test suite, and cleaned up that section of the docs. Thanks to mir for the report, and to cogat and gg for the draft text.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15342 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 6d2ce90b65..e92b51ec6f 100644
--- a/README
+++ b/README
@@ -37,3 +37,9 @@ To contribute to Django:
* Check out http://www.djangoproject.com/community/ for information
about getting involved.
+
+To run Django's test suite:
+
+ * Follow the instructions in the "Unit tests" section of
+ docs/internals/contributing.txt, published online at
+ http://docs.djangoproject.com/en/dev/internals/contributing/#running-the-unit-tests