bbd841c Increase hub unit tests 03-02

Authored and Committed by Jana Cupova a year ago
36 files changed. 1430 lines added. 352 lines removed.
tests/test_hub/test_create_external_repo.py
file modified
+35 -0
tests/test_hub/test_delete_build_target.py
file modified
+33 -2
tests/test_hub/test_delete_external_repo.py
file added
+55
tests/test_hub/test_edit_external_repo.py
file modified
+102 -0
tests/test_hub/test_getPackageID.py
file modified
+2 -3
tests/test_hub/test_getRPM.py
file modified
+46 -17
tests/test_hub/test_getRPMDeps.py
file modified
+19 -18
tests/test_hub/test_get_active_repos.py
file modified
+1 -1
tests/test_hub/test_get_archive_type.py
file modified
+179 -9
tests/test_hub/test_get_build.py
file modified
+113 -3
tests/test_hub/test_get_build_notification.py
file modified
+39 -9
tests/test_hub/test_get_build_notification_block.py
file modified
+24 -5
tests/test_hub/test_get_build_targets.py
file modified
+3 -18
tests/test_hub/test_get_build_type.py
file modified
+4 -18
tests/test_hub/test_get_channel.py
file modified
+4 -21
tests/test_hub/test_get_external_repo_list.py
file added
+34
tests/test_hub/test_get_group_members.py
file modified
+18 -5
tests/test_hub/test_get_image_archive.py
file added
+41
tests/test_hub/test_get_image_build.py
file added
+64
tests/test_hub/test_get_last_event.py
file modified
+14 -3
tests/test_hub/test_get_last_host_update.py
file modified
+12 -16
tests/test_hub/test_get_maven_archive.py
file added
+19
tests/test_hub/test_get_next_release.py
file modified
+20 -13
tests/test_hub/test_get_notification_recipients.py
file modified
+71 -29
tests/test_hub/test_get_ready_hosts.py
file added
+64
tests/test_hub/test_get_session_info.py
file modified
+5 -19
tests/test_hub/test_get_tag_external_repos.py
file modified
+3 -18
tests/test_hub/test_get_task_children.py
file modified
+6 -22
tests/test_hub/test_get_user.py
file modified
+30 -19
tests/test_hub/test_get_verify_class.py
file modified
+2 -2
tests/test_hub/test_get_volume.py
file modified
+1 -1
tests/test_hub/test_get_win_archive.py
file added
+19
tests/test_hub/test_get_win_build.py
file added
+64
tests/test_hub/test_recycle_build.py
file modified
+203 -79
tests/test_hub/test_remove_external_repo_from_tag.py
file added
+72
tests/test_hub/utils.py
file modified
+9 -2
    Increase hub unit tests 03-02
    
        
file modified
+46 -17
file modified
+30 -19
file modified
+9 -2