diff options
| author | Matt Robenolt <m@robenolt.com> | 2013-08-25 19:07:00 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-08-27 08:21:42 -0400 |
| commit | 08e7a643690513bc90d4ae855ae0260233fe6e0c (patch) | |
| tree | a286d4e058f9437a416c61b1aa82388149582501 /docs | |
| parent | c9a69cdb9386f16f0323a2e529d37129591a83e9 (diff) | |
Updated instructions for running contrib tests.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/contributing/writing-code/unit-tests.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals/contributing/writing-code/unit-tests.txt b/docs/internals/contributing/writing-code/unit-tests.txt index b38c6f6783..40f0a9f646 100644 --- a/docs/internals/contributing/writing-code/unit-tests.txt +++ b/docs/internals/contributing/writing-code/unit-tests.txt @@ -220,4 +220,4 @@ If you have URLs that need to be mapped, put them in ``tests/urls.py``. To run tests for just one contrib app (e.g. ``auth``), use the same method as above:: - ./runtests.py --settings=settings auth + ./runtests.py --settings=settings django.contrib.auth |
