Kaydet (Commit) 254fb8d1 authored tarafından Harry Moreno's avatar Harry Moreno Kaydeden (comit) Tim Graham

Added "test --keepdb" to testing speedup docs.

üst 796fde5b
......@@ -343,3 +343,10 @@ the :setting:`PASSWORD_HASHERS` setting to a faster hashing algorithm::
Don't forget to also include in :setting:`PASSWORD_HASHERS` any hashing
algorithm used in fixtures, if any.
Preserving the test database
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The :option:`test --keepdb` option preserves the test database between test
runs. It skips the create and destroy actions which can greatly decrease the
time to run tests.
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