Changeset 5168
- Timestamp:
- 05/07/07 22:42:19 (2 years ago)
- Files:
-
- django/trunk/docs/testing.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/testing.txt
r5156 r5168 517 517 you can use the ``TEST_DATABASE_NAME`` setting to provide a name. 518 518 519 The test database is created by the user in the ``DATABASE_USER`` setting. 520 This user needs to have sufficient privileges to create a new database on the 521 system. 522 519 523 Once the test database has been established, Django will run your tests. 520 524 If everything goes well, at the end you'll see::
