stratis-storage/stratis-cli

Remove all "no cover" pragmas in _errors.py

Closed this issue · 4 comments

We should be able to get complete coverage on every line in this file by extending the unittests in test_error_fmt.py. Currently, we're at 94% on that file, if all remaining "no cover" pragmas are removed.

The technique here should be just to remove all the "no cover" pragmas and related comments and use the test infrastructure to bring the coverage back up to 100%.

Closed by: #424, #425, #433.

There's one "no cover" pragma remaining...

Closed by: #424, #425, #433, #437.