summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-07-10 11:02:25 -0400
committerTim Graham <timograham@gmail.com>2015-07-10 11:02:25 -0400
commit074706c64d1e125e31dd0eeced04231eeb3eedd8 (patch)
treed4f50f34eef9d82d2d4cf96f9466c7226600954f /docs
parent074a82f49b1443e66885ea861bbd2d2cb04af43e (diff)
Added a link to running the unit tests to new contributors page.
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/contributing/new-contributors.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/internals/contributing/new-contributors.txt b/docs/internals/contributing/new-contributors.txt
index 528d1f045f..8a59ecd20e 100644
--- a/docs/internals/contributing/new-contributors.txt
+++ b/docs/internals/contributing/new-contributors.txt
@@ -36,9 +36,10 @@ Start with these easy tasks to discover Django's development process.
Mark the appropriate flags if a patch needs docs or tests. Look through the
changes a patch makes, and keep an eye out for syntax that is incompatible
- with older but still supported versions of Python. Run the tests and make
- sure they pass on your system. Where possible and relevant, try them out on
- a database other than SQLite. Leave comments and feedback!
+ with older but still supported versions of Python. :doc:`Run the tests
+ </internals/contributing/writing-code/unit-tests>` and make sure they pass.
+ Where possible and relevant, try them out on a database other than SQLite.
+ Leave comments and feedback!
* **Keep old patches up to date**