Ticket #3936: test_db_creation.patch
File test_db_creation.patch, 610 bytes (added by , 18 years ago) |
---|
-
docs/testing.txt
434 434 If you wish to use a name other than the default for the test database, 435 435 you can use the ``TEST_DATABASE_NAME`` setting to provide a name. 436 436 437 Note that the test database is created using the ``DATABASE_USER`` setting. 438 This user will need to have the privileges needed to create the test database. 439 437 440 Once the test database has been established, Django will run your tests. 438 441 If everything goes well, at the end you'll see::