mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #29127 -- Prevented DiscoverRunner from hiding tagged test with syntax errors.
This mades _FailedTest objects always match tags in DiscoverRunner.
This commit is contained in:
committed by
Mariusz Felisiak
parent
7c08f26bf0
commit
038940cf55
@@ -373,6 +373,9 @@ Miscellaneous
|
||||
non-boolean attribute without a value equal to an attribute with the same
|
||||
name and value.
|
||||
|
||||
* Tests that fail to load, for example due to syntax errors, now always match
|
||||
when using :option:`test --tag`.
|
||||
|
||||
.. _deprecated-features-4.0:
|
||||
|
||||
Features deprecated in 4.0
|
||||
|
||||
Reference in New Issue
Block a user