Kaydet (Commit) 87416a9c authored tarafından Adrian Holovaty's avatar Adrian Holovaty

Fixed #1216 -- Noted in docs/contributing.txt 'Unit tests' section that the user…

Fixed #1216 -- Noted in docs/contributing.txt 'Unit tests' section that the user needs permission to create a database

git-svn-id: http://code.djangoproject.com/svn/django/trunk@2846 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst cca0e734
......@@ -247,8 +247,10 @@ To run the tests, ``cd`` to the ``tests/`` directory and type::
Yes, the unit tests need a settings module, but only for database connection
info -- the ``DATABASE_ENGINE``, ``DATABASE_USER`` and ``DATABASE_PASSWORD``.
The unit tests will not touch your database; they create a new database, called
``django_test_db``, which is deleted when the tests are finished.
``django_test_db``, which is deleted when the tests are finished. This means
your user account needs permission to execute ``CREATE DATABASE``.
Requesting features
===================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment