Closed kennethlove closed 2 years ago
Merging #286 (bde7e1e) into main (b465915) will decrease coverage by
0.00%
. The diff coverage isn/a
.
@@ 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% <ø> (ø) |
Closes #281
This PR adds
interrogate
as a check to make sure docstrings are filled out. This PR also adds a lot of docstrings.