mirror of
https://github.com/django/django.git
synced 2025-06-04 19:19:13 +00:00
Refs #34655 -- Made cosmetic edits to RadioSelect tests.
Follow up to f9c5958b8fe452983122b6a13c8f806e4e4e1eef.
This commit is contained in:
parent
22b0b73c77
commit
1ad7761ee6
@ -179,7 +179,7 @@ class RadioSelectTest(ChoiceWidgetTest):
|
|||||||
|
|
||||||
def test_compare_to_str(self):
|
def test_compare_to_str(self):
|
||||||
"""
|
"""
|
||||||
The value is compared to its str()
|
The value is compared to its str().
|
||||||
"""
|
"""
|
||||||
html = """
|
html = """
|
||||||
<div>
|
<div>
|
||||||
@ -292,7 +292,7 @@ class RadioSelectTest(ChoiceWidgetTest):
|
|||||||
|
|
||||||
def test_choices_optgroup(self):
|
def test_choices_optgroup(self):
|
||||||
"""
|
"""
|
||||||
Choices can be nested one level in order to create HTML optgroups
|
Choices can be nested one level in order to create HTML optgroups.
|
||||||
"""
|
"""
|
||||||
html = """
|
html = """
|
||||||
<div>
|
<div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user