diff options
| author | Chris Jerdonek <chris.jerdonek@gmail.com> | 2016-08-04 10:26:21 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-08-04 14:45:44 -0400 |
| commit | ebed9ee8d5e4268d9393261633b2c23cffd426fc (patch) | |
| tree | 565e122a461082a9606cbee01b3b80e864571434 /docs/topics/testing | |
| parent | 967aa7f6cc720b11e38b7e0cbeffc2c95c64fa05 (diff) | |
Fixed #26981 -- Added DiscoverRunner.get_test_runner_kwargs().
Diffstat (limited to 'docs/topics/testing')
| -rw-r--r-- | docs/topics/testing/advanced.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/topics/testing/advanced.txt b/docs/topics/testing/advanced.txt index d69e95e5a8..8cfb82db67 100644 --- a/docs/topics/testing/advanced.txt +++ b/docs/topics/testing/advanced.txt @@ -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. |
