1
0
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:
François Freitag
2019-03-07 21:58:30 +01:00
committed by Mariusz Felisiak
parent 719b746620
commit 568eed9e79
7 changed files with 99 additions and 8 deletions

View File

@@ -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