When you run single test using loadcli module e.g. nosetests tests/test_cli/test_list_commands.py you will get an error as cli is loaded under koji_cli name and real koji_cli is masked.
nosetests tests/test_cli/test_list_commands.py
:thumbsup:
Commit 79560b16 fixes this pull-request
Pull-Request has been merged by mikem@redhat.com
When you run single test using loadcli module e.g.
nosetests tests/test_cli/test_list_commands.pyyou will get an error as cli is loaded under koji_cli name and real koji_cli is masked.