From c0b53b3dcc817aa6522b4477f009e7c3bb83ae2e Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Sat, 30 Aug 2008 05:09:03 +0000 Subject: Removed the need for ROOT_URLCONF in settings when running Django's core tests (via runtests.py). It was embarrassing having to explain the need for it to people, since we ignore whatever setting is passed in. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8731 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/internals/contributing.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/internals/contributing.txt b/docs/internals/contributing.txt index 2c08bcd77b..9cce80e3c9 100644 --- a/docs/internals/contributing.txt +++ b/docs/internals/contributing.txt @@ -730,8 +730,7 @@ To run the tests, ``cd`` to the ``tests/`` directory and type: ./runtests.py --settings=path.to.django.settings Yes, the unit tests need a settings module, but only for database connection -info, with the ``DATABASE_ENGINE`` setting. You'll also need a ``ROOT_URLCONF`` -setting (its value is ignored; it just needs to be present). +info, with the ``DATABASE_ENGINE`` setting. If you're using the ``sqlite3`` database backend, no further settings are needed. A temporary database will be created in memory when running the tests. -- cgit v1.3