Issue Summary
Use coverage run -m pytest to determine which lines of code are missing coverage. Write new tests using Pytest and Unittest until 100% coverage is achieved. Once this work is complete, more advanced and risky improvements to the code can be made.
Issue Summary Use
coverage run -m pytest
to determine which lines of code are missing coverage. Write new tests using Pytest and Unittest until 100% coverage is achieved. Once this work is complete, more advanced and risky improvements to the code can be made.