django-crispy-forms / crispy-tailwind

A Tailwind template pack for django-crispy-forms
MIT License
356 stars 57 forks source link

Added crispy tag tests #18

Closed smithdc1 closed 4 years ago

codecov-commenter commented 4 years ago

Codecov Report

Merging #18 into master will increase coverage by 4.56%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #18      +/-   ##
==========================================
+ Coverage   29.12%   33.68%   +4.56%     
==========================================
  Files          35       35              
  Lines         570      570              
  Branches       25       25              
==========================================
+ Hits          166      192      +26     
+ Misses        395      369      -26     
  Partials        9        9              
Impacted Files Coverage Δ
crispy_tailwind/tailwind.py 75.00% <0.00%> (-21.88%) :arrow_down:
...ispy_tailwind/templates/tailwind/display_form.html 100.00% <0.00%> (+14.28%) :arrow_up:
crispy_tailwind/templates/tailwind/field.html 97.29% <0.00%> (+21.62%) :arrow_up:
...ailwind/templates/tailwind/layout/radioselect.html 84.61% <0.00%> (+84.61%) :arrow_up:
...plates/tailwind/layout/checkboxselectmultiple.html 86.66% <0.00%> (+86.66%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 05933a9...76b6b83. Read the comment docs.

smithdc1 commented 4 years ago

So we need a way of adding default field and label classes when using the crispy tag.

PR incoming later :-)