We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b3a3d commit 298e67dCopy full SHA for 298e67d
tests/test_form_rendering.py
@@ -12,7 +12,6 @@
12
from .fixtures import TestFixture
13
14
15
-@skipIf(cms_version < "4", "Form rendering tests require django CMS 4 or higher")
16
class FormRenderingTestCase(TestFixture, CMSTestCase):
17
"""Tests for rendering forms including template tags"""
18
@@ -329,6 +328,7 @@ class TestForm(forms.Form):
329
328
class FormSubmissionRenderingTestCase(TestFixture, CMSTestCase):
330
"""Tests for form rendering during submission and validation"""
331
+ @skipIf(cms_version < "4", "Form rendering tests require django CMS 4 or higher")
332
def test_form_validation_error_rendering(self):
333
"""Test that validation errors render properly"""
334
form_plugin = add_plugin(
0 commit comments