add unit tests for cli commands, coverage(46%)

This commit is contained in:
Franz Chih-Ping Hsieh 2017-12-19 22:45:26 +00:00 committed by Mike McLean
parent bdcb8065d2
commit d46f537366
7 changed files with 924 additions and 12 deletions

View file

@ -2,7 +2,6 @@ from __future__ import absolute_import
import mock
import six
import unittest
from koji_cli.commands import handle_block_group
from . import utils