mirror of
https://github.com/django/django.git
synced 2025-12-15 21:45:20 +00:00
Fixed #26981 -- Added DiscoverRunner.get_test_runner_kwargs().
This commit is contained in:
parent
967aa7f6cc
commit
ebed9ee8d5
4 changed files with 22 additions and 7 deletions
|
|
@ -568,6 +568,13 @@ Methods
|
|||
|
||||
Returns the result produced by the running the test suite.
|
||||
|
||||
.. method:: DiscoverRunner.get_test_runner_kwargs()
|
||||
|
||||
.. versionadded:: 1.11
|
||||
|
||||
Returns the keyword arguments to instantiate the
|
||||
``DiscoverRunner.test_runner`` with.
|
||||
|
||||
.. method:: DiscoverRunner.teardown_databases(old_config, **kwargs)
|
||||
|
||||
Destroys the test databases, restoring pre-test conditions.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue