mirror of
https://github.com/django/django.git
synced 2025-11-18 19:01:40 +00:00
Moved test method to ParserTests
This commit is contained in:
parent
c914b8b209
commit
8bef309e96
1 changed files with 0 additions and 2 deletions
|
|
@ -248,8 +248,6 @@ class ParserTests(SimpleTestCase):
|
|||
with self.assertRaises(TemplateSyntaxError):
|
||||
FilterExpression(f"0|default:{num}", p).resolve({})
|
||||
|
||||
|
||||
class FilterExpressionArgsTests(SimpleTestCase):
|
||||
@unittest.skipUnless(PY314, "Deferred annotations are Python 3.14+ only")
|
||||
def test_register_filter_deferred_annotations(self):
|
||||
register = Library()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue