dj-notebook icon indicating copy to clipboard operation
dj-notebook copied to clipboard

Improve test coverage

Open pydanny opened this issue 1 year ago • 0 comments

Our current test coverage on September 30th is 52%:

Name                            Stmts   Miss  Cover   Missing
-------------------------------------------------------------
src/dj_notebook/__init__.py        13      3    77%   28-30
src/dj_notebook/shell_plus.py      44     26    41%   24-38, 43-51, 55, 60-67, 80-85, 89-91
tests/__init__.py                   0      0   100%
tests/test_dj_notebook.py           4      0   100%
-------------------------------------------------------------
TOTAL                              61     29    52%

Any improvement that increases the total percentage by at least 1% qualifies for hacktoberfest.

pydanny avatar Sep 24 '23 06:09 pydanny