mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #25735 -- Added support for test tags to DiscoverRunner.
Thanks Carl Meyer, Claude Paroz, and Simon Charette for review.
This commit is contained in:
committed by
Tim Graham
parent
0db7e61076
commit
d4dc775620
@@ -336,6 +336,10 @@ Tests
|
||||
* To better catch bugs, :class:`~django.test.TestCase` now checks deferrable
|
||||
database constraints at the end of each test.
|
||||
|
||||
* Tests and test cases can be :ref:`marked with tags <topics-tagging-tests>`
|
||||
and run selectively with the new :option:`test --tag` and :option:`test
|
||||
--exclude-tag` options.
|
||||
|
||||
URLs
|
||||
~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user