Skip to content

Commit

Permalink
Refs #3782 -- Added documentation note that suite() handling is only …
Browse files Browse the repository at this point in the history
…in development version.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@5730 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
freakboy3742 committed Jul 20, 2007
1 parent 9922a04 commit bdc5a3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/testing.txt
Expand Up @@ -123,6 +123,8 @@ to find all the test cases (that is, subclasses of ``unittest.TestCase``)
in ``models.py`` and ``tests.py``, automatically build a test suite out of
those test cases, and run that suite.

**New in Django development version**

However, if you define a method called ``suite()`` in either ``models.py`` or
``tests.py``, that method will be used to construct the test suite for that
module. This follows the `suggested organization`_ for unit tests. See the
Expand Down

0 comments on commit bdc5a3e

Please sign in to comment.