From ff4f24958dca02c4e5fabb8b24c16752bfc0c886 Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Tue, 29 Aug 2006 18:04:09 +0000 Subject: Added a rough cut of a document on using the new testing framework. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3678 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/django-admin.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/django-admin.txt') diff --git a/docs/django-admin.txt b/docs/django-admin.txt index eb7b2dccd6..b8bf2cef76 100644 --- a/docs/django-admin.txt +++ b/docs/django-admin.txt @@ -292,6 +292,13 @@ this command to install the default apps. If you're installing the ``django.contrib.auth`` application, ``syncdb`` will give you the option of creating a superuser immediately. +test +---- + +Discover and run tests for all installed models. See `Testing Django applications`_ for more information. + +.. _testing django applications: ../testing/ + validate -------- -- cgit v1.3