708ceef PR#3270: Increase CLI test cases

Authored and Committed by tkopecek 2 years ago
39 files changed. 2910 lines added. 1880 lines removed.
tests/test_cli/test_clone_tag.py
file modified
+22 -22
tests/test_cli/test_disable_channel.py
file modified
+38 -42
tests/test_cli/test_disable_host.py
file modified
+48 -63
tests/test_cli/test_disable_user.py
file modified
+26 -22
tests/test_cli/test_download_build.py
file modified
+106 -38
tests/test_cli/test_edit_channel.py
file modified
+64 -51
tests/test_cli/test_edit_external_repo.py
file modified
+14 -9
tests/test_cli/test_edit_host.py
file modified
+110 -142
tests/test_cli/test_edit_notification.py
file modified
+101 -61
tests/test_cli/test_edit_permission.py
file modified
+8 -4
tests/test_cli/test_edit_tag.py
file modified
+97 -95
tests/test_cli/test_edit_tag_inheritance.py
file modified
+246 -44
tests/test_cli/test_edit_target.py
file modified
+103 -72
tests/test_cli/test_edit_user.py
file modified
+58 -98
tests/test_cli/test_enable_channel.py
file modified
+37 -41
tests/test_cli/test_enable_host.py
file modified
+46 -59
tests/test_cli/test_enable_user.py
file modified
+26 -29
tests/test_cli/test_free_task.py
file modified
+24 -17
tests/test_cli/test_grant_cg_access.py
file modified
+37 -35
tests/test_cli/test_hello.py
file modified
+37 -35
tests/test_cli/test_hostinfo.py
file modified
+74 -32
tests/test_cli/test_image_build.py
file modified
+60 -71
tests/test_cli/test_image_build_indirection.py
file modified
+2 -8
tests/test_cli/test_import.py
file modified
+4 -5
tests/test_cli/test_import_archive.py
file modified
+153 -76
tests/test_cli/test_import_cg.py
file modified
+36 -59
tests/test_cli/test_import_comps.py
file modified
+60 -105
tests/test_cli/test_import_sig.py
file modified
+41 -63
tests/test_cli/test_latest_build.py
file modified
+38 -49
tests/test_cli/test_list_api.py
file modified
+22 -25
tests/test_cli/test_list_buildroot.py
file modified
+52 -20
tests/test_cli/test_list_builds.py
file modified
+425 -188
tests/test_cli/test_list_channels.py
file modified
+21 -40
tests/test_cli/test_list_commands.py
file modified
+1 -3
tests/test_cli/test_list_groups.py
file modified
+10 -23
tests/test_cli/test_list_hosts.py
file modified
+172 -27
tests/test_cli/test_list_notifications.py
file modified
+46 -44
tests/test_cli/test_list_pkgs.py
file modified
+258 -21
tests/test_cli/test_remove_tag_inheritance.py
file modified
+187 -42
    PR#3270: Increase CLI test cases
    
    Merges #3270
    https://pagure.io/koji/pull-request/3270
    
        
file modified
+110 -142
file modified
+97 -95
file modified
+37 -35
file modified
+74 -32
file modified
+22 -25
file modified
+425 -188
file modified
+258 -21