brack3t / django-braces

Reusable, generic mixins for Django
http://django-braces.readthedocs.org/en/latest/index.html
BSD 3-Clause "New" or "Revised" License
1.96k stars 218 forks source link

Interrogate #286

Closed kennethlove closed 2 years ago

kennethlove commented 2 years ago

Closes #281

This PR adds interrogate as a check to make sure docstrings are filled out. This PR also adds a lot of docstrings.

codecov-commenter commented 2 years ago

Codecov Report

Merging #286 (bde7e1e) into main (b465915) will decrease coverage by 0.00%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #286      +/-   ##
==========================================
- Coverage   97.73%   97.72%   -0.01%     
==========================================
  Files           8        8              
  Lines         485      484       -1     
  Branches       68       68              
==========================================
- Hits          474      473       -1     
  Misses          9        9              
  Partials        2        2              
Flag Coverage Δ
unittests 97.72% <ø> (-0.01%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
braces/views/_access.py 97.05% <ø> (ø)
braces/views/_ajax.py 100.00% <ø> (ø)
braces/views/_other.py 100.00% <ø> (ø)
braces/views/_queries.py 95.38% <ø> (ø)