mirror of
https://github.com/django/django.git
synced 2025-03-29 10:40:45 +00:00
Refs #31811 -- Corrected DiscoverRunner.setup_databases() signature.
Accidentally changed in 61a0ba43cfd4ff66f51a9d73dcd8ed6f6a6d9915.
This commit is contained in:
parent
c8837322e8
commit
af685b5f00
@ -658,7 +658,7 @@ Methods
|
|||||||
|
|
||||||
Returns a ``TestSuite`` instance ready to be run.
|
Returns a ``TestSuite`` instance ready to be run.
|
||||||
|
|
||||||
.. method:: DiscoverRunner.setup_databases(verbosity, interactive, **kwargs)
|
.. method:: DiscoverRunner.setup_databases(**kwargs)
|
||||||
|
|
||||||
Creates the test databases by calling
|
Creates the test databases by calling
|
||||||
:func:`~django.test.utils.setup_databases`.
|
:func:`~django.test.utils.setup_databases`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user