tkopecek / koji

Forked from koji 7 years ago
Clone

fb6c746 PR#3650: Add test cases for help

Merged and Committed by tkopecek a year ago
49 files changed. 915 lines added. 88 lines removed.
cli/koji_cli/commands.py
file modified
+2 -1
tests/test_cli/test_add_external_repo.py
file added
+146
tests/test_cli/test_add_group.py
file modified
+11 -1
tests/test_cli/test_add_host_to_channel.py
file modified
+13 -1
tests/test_cli/test_add_notification.py
file modified
+14 -0
tests/test_cli/test_add_pkg.py
file modified
+14 -0
tests/test_cli/test_add_tag_inheritance.py
file modified
+18 -0
tests/test_cli/test_assign_task.py
file modified
+12 -1
tests/test_cli/test_block_group.py
file modified
+10 -0
tests/test_cli/test_block_notification.py
file modified
+14 -0
tests/test_cli/test_block_pkg.py
file modified
+11 -0
tests/test_cli/test_build.py
file modified
+4 -12
tests/test_cli/test_buildinfo.py
file modified
+11 -0
tests/test_cli/test_cancel.py
file modified
+13 -0
tests/test_cli/test_chain_build.py
file modified
+4 -12
tests/test_cli/test_download_logs.py
file modified
+24 -0
tests/test_cli/test_download_task.py
file modified
+5 -15
tests/test_cli/test_edit_host.py
file modified
+15 -0
tests/test_cli/test_edit_notification.py
file modified
+14 -0
tests/test_cli/test_edit_permission.py
file modified
+10 -0
tests/test_cli/test_edit_tag_inheritance.py
file modified
+16 -0
tests/test_cli/test_edit_target.py
file modified
+14 -0
tests/test_cli/test_hostinfo.py
file modified
+10 -0
tests/test_cli/test_import_archive.py
file modified
+20 -1
tests/test_cli/test_import_comps.py
file modified
+11 -0
tests/test_cli/test_list_builds.py
file modified
+34 -0
tests/test_cli/test_list_external_repos.py
file added
+52
tests/test_cli/test_list_hosts.py
file modified
+21 -0
tests/test_cli/test_list_notifications.py
file modified
+12 -0
tests/test_cli/test_list_pkgs.py
file modified
+20 -0
tests/test_cli/test_list_tags.py
file modified
+15 -0
tests/test_cli/test_list_targets.py
file modified
+12 -0
tests/test_cli/test_maven_build.py
file modified
+7 -28
tests/test_cli/test_maven_chain.py
file modified
+1 -1
tests/test_cli/test_prune_signed_copies.py
file added
+43
tests/test_cli/test_remove_group.py
file modified
+13 -5
tests/test_cli/test_remove_host_from_channel.py
file modified
+12 -1
tests/test_cli/test_remove_notification.py
file modified
+10 -0
tests/test_cli/test_remove_pkg.py
file modified
+11 -0
tests/test_cli/test_remove_tag_inheritance.py
file modified
+10 -0
tests/test_cli/test_rpminfo.py
file modified
+11 -0
tests/test_cli/test_show_groups.py
file added
+71
tests/test_cli/test_taginfo.py
file modified
+13 -0
tests/test_cli/test_unblock_notification.py
file modified
+10 -0
tests/test_cli/test_unlock_tag.py
file modified
+1 -1
tests/test_cli/test_untag_build.py
file modified
+17 -0
tests/test_cli/test_userinfo.py
file modified
+10 -0
tests/test_cli/test_win_build.py
file modified
+37 -8
tests/test_plugins/test_runroot_cli.py
file modified
+36 -0
    PR#3650: Add test cases for help
    
    Merges #3650
    https://pagure.io/koji/pull-request/3650
    
    Fixes: #3651
    https://pagure.io/koji/issue/3651
    Increase unit tests for help messages
    
        
file modified
+2 -1
file modified
+4 -12
file modified
+13 -0