Changeset 7715
- Timestamp:
- 06/20/08 12:18:58 (5 months ago)
- Files:
-
- django/trunk/docs/contributing.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/contributing.txt
r7714 r7715 759 759 760 760 For the tests to be found, a ``models.py`` file must exist (it doesn't 761 have to have anything in it). 761 have to have anything in it). If you have URLs that need to be 762 mapped, you must add them in ``tests/urls.py``. 762 763 763 764 To run tests for just one contrib app (e.g. ``markup``), use the same
