diff options
| author | Tim Graham <timograham@gmail.com> | 2012-10-30 20:09:49 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2012-11-17 14:12:18 -0500 |
| commit | 04adb7626ba6e578d172df292e86ae384d195939 (patch) | |
| tree | 3713187f6dfdae071c2e4e2525009d0be554939e /docs/internals/contributing/writing-code | |
| parent | 3d4f5f60860051190b11478fd2855c3288f0eab5 (diff) | |
[1.5.X] Fixed #16779 - Added a contributing tutorial
Thank-you Taavi Taijala for the draft patch!
Backport of 7058b595b6 from master
Diffstat (limited to 'docs/internals/contributing/writing-code')
| -rw-r--r-- | docs/internals/contributing/writing-code/unit-tests.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/internals/contributing/writing-code/unit-tests.txt b/docs/internals/contributing/writing-code/unit-tests.txt index a828b06b36..71666a169e 100644 --- a/docs/internals/contributing/writing-code/unit-tests.txt +++ b/docs/internals/contributing/writing-code/unit-tests.txt @@ -38,6 +38,8 @@ with this sample ``settings`` module, ``cd`` into the Django If you get an ``ImportError: No module named django.contrib`` error, you need to add your install of Django to your ``PYTHONPATH``. +.. _running-unit-tests-settings: + Using another ``settings`` module ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -133,6 +135,8 @@ Then, run the tests normally, for example: ./runtests.py --settings=test_sqlite admin_inlines +.. _running-unit-tests-dependencies: + Running all the tests ~~~~~~~~~~~~~~~~~~~~~ |
