mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #30245 -- Added -k option to DiscoverRunner.
This commit is contained in:
committed by
Mariusz Felisiak
parent
719b746620
commit
568eed9e79
@@ -238,6 +238,9 @@ Tests
|
||||
attribute :attr:`~django.test.Response.exc_info`, a tuple providing
|
||||
information of the exception that occurred.
|
||||
|
||||
* Tests and test cases to run can be selected by test name pattern using the
|
||||
new :option:`test -k` option.
|
||||
|
||||
URLs
|
||||
~~~~
|
||||
|
||||
@@ -360,6 +363,9 @@ Miscellaneous
|
||||
This converts ``'`` to ``'`` instead of the previous equivalent decimal
|
||||
code ``'``.
|
||||
|
||||
* The ``django-admin test -k`` option now works as the :option:`unittest
|
||||
-k<unittest.-k>` option rather than as a shortcut for ``--keepdb``.
|
||||
|
||||
.. _deprecated-features-3.0:
|
||||
|
||||
Features deprecated in 3.0
|
||||
|
||||
Reference in New Issue
Block a user