summaryrefslogtreecommitdiff
path: root/dev-python/crispy-bootstrap4/files/crispy-bootstrap4-2022.1-test.patch
blob: 1432235e3b560d3bea5b22f2e665a28db2aebabc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- a/tests/test_form_helper.py	2023-04-01 18:48:25.847263389 +0200
+++ b/tests/test_form_helper.py	2023-04-01 18:48:38.817091994 +0200
@@ -633,14 +633,6 @@
     assert '<div class="form-group row">' not in html
 
 
-def test_template_pack_bs4():
-    form = SampleForm()
-    form.helper = FormHelper()
-    form.helper.template_pack = "bootstrap3"
-    html = render_crispy_form(form)
-    assert "controls" in html  # controls is bootstrap3 only
-
-
 def test_passthrough_context():
     """
     Test to ensure that context is passed through implicitly from outside of