We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 796fde5 commit 254fb8dCopy full SHA for 254fb8d
docs/topics/testing/overview.txt
@@ -343,3 +343,10 @@ the :setting:`PASSWORD_HASHERS` setting to a faster hashing algorithm::
343
344
Don't forget to also include in :setting:`PASSWORD_HASHERS` any hashing
345
algorithm used in fixtures, if any.
346
+
347
+Preserving the test database
348
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~
349
350
+The :option:`test --keepdb` option preserves the test database between test
351
+runs. It skips the create and destroy actions which can greatly decrease the
352
+time to run tests.
0 commit comments