#729 Goal: 60% coverage for cli commands
Closed: Fixed by tkopecek. Opened by franzh.

Our current unit test coverage for the cli command handlers is 34%

$ coverage report --include cli\*
Name                       Stmts   Miss  Cover
----------------------------------------------
cli/koji                     208    127    39%
cli/koji_cli/__init__.py       0      0   100%
cli/koji_cli/commands.py    5370   3529    34%
cli/koji_cli/lib.py          427    100    77%
----------------------------------------------
TOTAL                       6005   3756    37%

We need continue to improve the coverage.


Metadata Update from @franzh:
- Issue assigned to franzh

Related: #759, #733, #743, #730

Commit 34af33b8 relates to this ticket

Metadata Update from @jcupova:
- Custom field Size adjusted to None

Metadata Update from @jcupova:
- Issue set to the milestone: 1.27.1

Metadata Update from @jcupova:
- Issue tagged with: no_qe

Commit d0507c4d fixes this issue

Commit c3e89500 fixes this issue

This issue has been migrated to Fedora Forge:
https://forge.fedoraproject.org/koji/koji/issues/729

Please continue any further discussion there.

Metadata
Related Pull Requests