Changeset 5730
- Timestamp:
- 07/20/07 09:07:54 (1 year ago)
- Files:
-
- django/trunk/docs/testing.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/testing.txt
r5729 r5730 123 123 in ``models.py`` and ``tests.py``, automatically build a test suite out of 124 124 those test cases, and run that suite. 125 126 **New in Django development version** 125 127 126 128 However, if you define a method called ``suite()`` in either ``models.py`` or
