ca05418 unittest: use unittest.mock instead of mock

Authored and Committed by julian8628 a year ago
390 files changed. 964 lines added. 449 lines removed.
tests/test_builder/test_build_notification.py
file modified
+4 -3
tests/test_builder/test_buildroot_logs.py
file modified
+4 -4
tests/test_builder/test_choose_taskarch.py
file modified
+10 -4
tests/test_builder/test_get_next_task.py
file modified
+4 -1
tests/test_builder/test_main.py
file modified
+4 -2
tests/test_builder/test_taskparams.py
file modified
+5 -1
tests/test_builder/test_volume_id.py
file modified
+9 -3
tests/test_cli/fakeclient.py
file modified
+4 -1
tests/test_cli/test_activate_session.py
file modified
+4 -1
tests/test_cli/test_add_channel.py
file modified
+4 -1
tests/test_cli/test_add_external_repo.py
file modified
+4 -1
tests/test_cli/test_add_group.py
file modified
+4 -1
tests/test_cli/test_add_group_pkg.py
file modified
+4 -1
tests/test_cli/test_add_group_req.py
file modified
+4 -1
tests/test_cli/test_add_host.py
file modified
+4 -1
tests/test_cli/test_add_host_to_channel.py
file modified
+4 -1
tests/test_cli/test_add_notification.py
file modified
+4 -1
tests/test_cli/test_add_pkg.py
file modified
+6 -2
tests/test_cli/test_add_tag.py
file modified
+4 -1
tests/test_cli/test_add_tag_inheritance.py
file modified
+4 -1
tests/test_cli/test_add_target.py
file modified
+4 -1
tests/test_cli/test_add_user.py
file modified
+4 -1
tests/test_cli/test_add_volume.py
file modified
+4 -1
tests/test_cli/test_assign_task.py
file modified
+4 -1
tests/test_cli/test_block_group.py
file modified
+4 -1
tests/test_cli/test_block_group_pkg.py
file modified
+4 -1
tests/test_cli/test_block_group_req.py
file modified
+4 -1
tests/test_cli/test_block_notification.py
file modified
+4 -1
tests/test_cli/test_block_pkg.py
file modified
+6 -3
tests/test_cli/test_build.py
file modified
+4 -1
tests/test_cli/test_buildinfo.py
file modified
+4 -1
tests/test_cli/test_call.py
file modified
+4 -1
tests/test_cli/test_cancel.py
file modified
+4 -1
tests/test_cli/test_chain_build.py
file modified
+4 -1
tests/test_cli/test_clone_tag.py
file modified
+8 -5
tests/test_cli/test_disable_channel.py
file modified
+4 -1
tests/test_cli/test_disable_host.py
file modified
+8 -3
tests/test_cli/test_disable_user.py
file modified
+4 -1
tests/test_cli/test_dist_repo.py
file modified
+4 -1
tests/test_cli/test_download_build.py
file modified
+4 -1
tests/test_cli/test_download_file.py
file modified
+4 -1
tests/test_cli/test_download_logs.py
file modified
+4 -1
tests/test_cli/test_download_task.py
file modified
+6 -2
tests/test_cli/test_edit_channel.py
file modified
+4 -1
tests/test_cli/test_edit_external_repo.py
file modified
+4 -1
tests/test_cli/test_edit_host.py
file modified
+8 -4
tests/test_cli/test_edit_notification.py
file modified
+4 -1
tests/test_cli/test_edit_permission.py
file modified
+4 -1
tests/test_cli/test_edit_tag.py
file modified
+4 -1
tests/test_cli/test_edit_tag_inheritance.py
file modified
+6 -3
tests/test_cli/test_edit_target.py
file modified
+4 -1
tests/test_cli/test_edit_user.py
file modified
+4 -1
tests/test_cli/test_enable_channel.py
file modified
+4 -1
tests/test_cli/test_enable_host.py
file modified
+9 -4
tests/test_cli/test_enable_user.py
file modified
+4 -1
tests/test_cli/test_free_task.py
file modified
+4 -1
tests/test_cli/test_get_options.py
file modified
+4 -1
tests/test_cli/test_grant_cg_access.py
file modified
+4 -1
tests/test_cli/test_grant_permission.py
file modified
+4 -1
tests/test_cli/test_hello.py
file modified
+4 -1
tests/test_cli/test_hostinfo.py
file modified
+4 -1
tests/test_cli/test_image_build.py
file modified
+4 -1
tests/test_cli/test_image_build_indirection.py
file modified
+4 -1
tests/test_cli/test_import.py
file modified
+4 -1
tests/test_cli/test_import_archive.py
file modified
+4 -1
tests/test_cli/test_import_cg.py
file modified
+9 -6
tests/test_cli/test_import_comps.py
file modified
+4 -1
tests/test_cli/test_import_sig.py
file modified
+8 -3
tests/test_cli/test_latest_build.py
file modified
+4 -1
tests/test_cli/test_list_api.py
file modified
+4 -1
tests/test_cli/test_list_buildroot.py
file modified
+4 -1
tests/test_cli/test_list_builds.py
file modified
+4 -1
tests/test_cli/test_list_channels.py
file modified
+4 -1
tests/test_cli/test_list_commands.py
file modified
+4 -1
tests/test_cli/test_list_external_repos.py
file modified
+4 -1
tests/test_cli/test_list_groups.py
file modified
+4 -1
tests/test_cli/test_list_history.py
file modified
+4 -1
tests/test_cli/test_list_hosts.py
file modified
+4 -1
tests/test_cli/test_list_notifications.py
file modified
+4 -1
tests/test_cli/test_list_permissions.py
file modified
+4 -1
tests/test_cli/test_list_pkgs.py
file modified
+4 -1
tests/test_cli/test_list_signed.py
file modified
+4 -1
tests/test_cli/test_list_tag_inheritance.py
file modified
+4 -1
tests/test_cli/test_list_tagged.py
file modified
+4 -1
tests/test_cli/test_list_tags.py
file modified
+4 -1
tests/test_cli/test_list_targets.py
file modified
+4 -1
tests/test_cli/test_list_tasks.py
file modified
+4 -1
tests/test_cli/test_list_untagged.py
file modified
+4 -1
tests/test_cli/test_list_users.py
file modified
+4 -1
tests/test_cli/test_list_volumes.py
file modified
+4 -1
tests/test_cli/test_load_plugins.py
file modified
+4 -1
tests/test_cli/test_lock_tag.py
file modified
+4 -1
tests/test_cli/test_make_task.py
file modified
+4 -1
tests/test_cli/test_maven_build.py
file modified
+4 -1
tests/test_cli/test_maven_chain.py
file modified
+4 -1
tests/test_cli/test_mock_config.py
file modified
+4 -1
tests/test_cli/test_move_build.py
file modified
+4 -1
tests/test_cli/test_promote_build.py
file modified
+4 -1
tests/test_cli/test_prune_signed_copies.py
file modified
+4 -1
tests/test_cli/test_regen_repo.py
file modified
+4 -1
tests/test_cli/test_remove_external_repo.py
file modified
+4 -1
tests/test_cli/test_remove_group.py
file modified
+4 -1
tests/test_cli/test_remove_host_from_channel.py
file modified
+4 -1
tests/test_cli/test_remove_notification.py
file modified
+4 -1
tests/test_cli/test_remove_pkg.py
file modified
+6 -3
tests/test_cli/test_remove_sig.py
file modified
+4 -1
tests/test_cli/test_remove_tag.py
file modified
+4 -1
tests/test_cli/test_remove_tag_inheritance.py
file modified
+6 -2
tests/test_cli/test_remove_target.py
file modified
+4 -1
tests/test_cli/test_repoinfo.py
file modified
+4 -1
tests/test_cli/test_restart_host.py
file modified
+4 -1
tests/test_cli/test_resubmit.py
file modified
+4 -1
tests/test_cli/test_revoke_cg_access.py
file modified
+4 -1
tests/test_cli/test_revoke_permission.py
file modified
+4 -1
tests/test_cli/test_rpminfo.py
file modified
+4 -1
tests/test_cli/test_running_in_bg.py
file modified
+4 -1
tests/test_cli/test_search.py
file modified
+4 -1
tests/test_cli/test_set_build_volume.py
file modified
+4 -1
tests/test_cli/test_set_pkg_arches.py
file modified
+4 -1
tests/test_cli/test_set_pkg_owner.py
file modified
+4 -1
tests/test_cli/test_set_pkg_owner_global.py
file modified
+4 -1
tests/test_cli/test_set_task_priority.py
file modified
+4 -1
tests/test_cli/test_show_groups.py
file modified
+4 -1
tests/test_cli/test_spin_commands.py
file modified
+4 -1
tests/test_cli/test_tag_build.py
file modified
+4 -1
tests/test_cli/test_taginfo.py
file modified
+4 -1
tests/test_cli/test_taskinfo.py
file modified
+4 -1
tests/test_cli/test_unblock_group_pkg.py
file modified
+4 -1
tests/test_cli/test_unblock_group_req.py
file modified
+4 -1
tests/test_cli/test_unblock_notification.py
file modified
+4 -1
tests/test_cli/test_unblock_pkg.py
file modified
+4 -1
tests/test_cli/test_unlock_tag.py
file modified
+4 -1
tests/test_cli/test_untag_build.py
file modified
+4 -1
tests/test_cli/test_upload_progress_callback.py
file modified
+4 -1
tests/test_cli/test_userinfo.py
file modified
+4 -1
tests/test_cli/test_version.py
file modified
+4 -1
tests/test_cli/test_wait_repo.py
file modified
+4 -1
tests/test_cli/test_watch_logs.py
file modified
+4 -1
tests/test_cli/test_watch_tasks.py
file modified
+4 -1
tests/test_cli/test_win_build.py
file modified
+4 -1
tests/test_cli/test_wrapper_rpm.py
file modified
+4 -1
tests/test_cli/test_write_signed_rpm.py
file modified
+8 -3
tests/test_cli/utils.py
file modified
+4 -1
tests/test_hub/test_add_archivetype.py
file modified
+1 -1
tests/test_hub/test_add_btype.py
file modified
+1 -1
tests/test_hub/test_add_channel.py
file modified
+1 -1
tests/test_hub/test_add_external_repo_to_tag.py
file modified
+1 -1
tests/test_hub/test_add_external_rpm.py
file modified
+1 -1
tests/test_hub/test_add_group_member.py
file modified
+1 -1
tests/test_hub/test_add_host.py
file modified
+1 -1
tests/test_hub/test_add_host_to_channel.py
file modified
+1 -1
tests/test_hub/test_add_rpm_sig.py
file modified
+1 -1
tests/test_hub/test_add_user_krb_principal.py
file modified
+1 -1
tests/test_hub/test_add_volume.py
file modified
+1 -1
tests/test_hub/test_auto_arch_refuse.py
file modified
+1 -1
tests/test_hub/test_build.py
file modified
+1 -1
tests/test_hub/test_build_image.py
file modified
+1 -1
tests/test_hub/test_build_image_indirection.py
file modified
+1 -1
tests/test_hub/test_build_image_oz.py
file modified
+1 -1
tests/test_hub/test_build_notification.py
file modified
+1 -1
tests/test_hub/test_bulkupdate_processor.py
file modified
+1 -1
tests/test_hub/test_cancel_build.py
file modified
+1 -1
tests/test_hub/test_cg_importer.py
file modified
+1 -1
tests/test_hub/test_chain_build.py
file modified
+1 -1
tests/test_hub/test_chain_maven.py
file modified
+1 -1
tests/test_hub/test_check_volume_policy.py
file modified
+1 -1
tests/test_hub/test_complete_image_build.py
file modified
+1 -1
tests/test_hub/test_complete_maven_build.py
file modified
+1 -1
tests/test_hub/test_create_build_target.py
file modified
+1 -1
tests/test_hub/test_create_external_repo.py
file modified
+1 -1
tests/test_hub/test_create_image_build.py
file modified
+1 -1
tests/test_hub/test_create_maven_build.py
file modified
+1 -1
tests/test_hub/test_create_notification.py
file modified
+1 -1
tests/test_hub/test_create_notification_block.py
file modified
+1 -1
tests/test_hub/test_create_rpm_checksum.py
file modified
+1 -1
tests/test_hub/test_create_tag.py
file modified
+1 -1
tests/test_hub/test_create_user.py
file modified
+1 -1
tests/test_hub/test_create_win_build.py
file modified
+1 -1
tests/test_hub/test_delete_build.py
file modified
+1 -1
tests/test_hub/test_delete_build_target.py
file modified
+1 -1
tests/test_hub/test_delete_external_repo.py
file modified
+1 -1
tests/test_hub/test_delete_notification.py
file modified
+1 -1
tests/test_hub/test_delete_notification_block.py
file modified
+1 -1
tests/test_hub/test_delete_rpm_sig.py
file modified
+1 -1
tests/test_hub/test_delete_tag.py
file modified
+1 -1
tests/test_hub/test_disable_channel.py
file modified
+1 -1
tests/test_hub/test_disable_user.py
file modified
+1 -1
tests/test_hub/test_dist_repo.py
file modified
+1 -1
tests/test_hub/test_download_task_output.py
file modified
+1 -1
tests/test_hub/test_edit_build_target.py
file modified
+1 -1
tests/test_hub/test_edit_channel.py
file modified
+1 -1
tests/test_hub/test_edit_external_repo.py
file modified
+1 -1
tests/test_hub/test_edit_host.py
file modified
+1 -1
tests/test_hub/test_edit_permission.py
file modified
+1 -1
tests/test_hub/test_edit_tag.py
file modified
+1 -1
tests/test_hub/test_edit_tag_external_repo.py
file modified
+1 -1
tests/test_hub/test_edit_user.py
file modified
+1 -1
tests/test_hub/test_enable_channel.py
file modified
+1 -1
tests/test_hub/test_enable_user.py
file modified
+1 -1
tests/test_hub/test_ensure_volume_symlink.py
file modified
+1 -1
tests/test_hub/test_find_build_id.py
file modified
+1 -1
tests/test_hub/test_getPackageID.py
file modified
+1 -1
tests/test_hub/test_getRPM.py
file modified
+1 -1
tests/test_hub/test_getRPMDeps.py
file modified
+1 -1
tests/test_hub/test_getRPMFile.py
file modified
+1 -1
tests/test_hub/test_get_active_repos.py
file modified
+1 -1
tests/test_hub/test_get_archive.py
file modified
+1 -1
tests/test_hub/test_get_archive_file.py
file modified
+1 -1
tests/test_hub/test_get_archive_type.py
file modified
+1 -1
tests/test_hub/test_get_build.py
file modified
+1 -1
tests/test_hub/test_get_build_config.py
file modified
+1 -1
tests/test_hub/test_get_build_logs.py
file modified
+1 -1
tests/test_hub/test_get_build_notification_block.py
file modified
+1 -1
tests/test_hub/test_get_build_notification_blocks.py
file modified
+1 -1
tests/test_hub/test_get_build_notifications.py
file modified
+1 -1
tests/test_hub/test_get_build_target.py
file modified
+1 -1
tests/test_hub/test_get_build_targets.py
file modified
+1 -1
tests/test_hub/test_get_build_type.py
file modified
+1 -1
tests/test_hub/test_get_buildroot.py
file modified
+1 -1
tests/test_hub/test_get_changelog_entries.py
file modified
+1 -1
tests/test_hub/test_get_channel.py
file modified
+1 -1
tests/test_hub/test_get_external_repo.py
file modified
+1 -1
tests/test_hub/test_get_external_repo_list.py
file modified
+1 -1
tests/test_hub/test_get_group_members.py
file modified
+1 -1
tests/test_hub/test_get_host.py
file modified
+1 -1
tests/test_hub/test_get_image_build.py
file modified
+1 -1
tests/test_hub/test_get_maven_build.py
file modified
+1 -1
tests/test_hub/test_get_next_build.py
file modified
+1 -1
tests/test_hub/test_get_next_release.py
file modified
+1 -1
tests/test_hub/test_get_notification_recipients.py
file modified
+1 -1
tests/test_hub/test_get_rpm_checksums.py
file modified
+1 -1
tests/test_hub/test_get_session_info.py
file modified
+1 -1
tests/test_hub/test_get_tag_external_repos.py
file modified
+1 -1
tests/test_hub/test_get_tag_groups.py
file modified
+1 -1
tests/test_hub/test_get_task_children.py
file modified
+1 -1
tests/test_hub/test_get_upload_path.py
file modified
+1 -1
tests/test_hub/test_get_user.py
file modified
+1 -1
tests/test_hub/test_get_user_groups.py
file modified
+1 -1
tests/test_hub/test_get_user_perms.py
file modified
+1 -1
tests/test_hub/test_get_volume.py
file modified
+1 -1
tests/test_hub/test_get_win_build.py
file modified
+1 -1
tests/test_hub/test_grant_cg_access.py
file modified
+1 -1
tests/test_hub/test_grant_permissions.py
file modified
+1 -1
tests/test_hub/test_group_operations.py
file modified
+1 -1
tests/test_hub/test_group_pkg_operations.py
file modified
+1 -1
tests/test_hub/test_group_req_operations.py
file modified
+1 -1
tests/test_hub/test_import_archive.py
file modified
+1 -1
tests/test_hub/test_import_archive_internal.py
file modified
+1 -1
tests/test_hub/test_import_build.py
file modified
+1 -1
tests/test_hub/test_import_image_internal.py
file modified
+1 -1
tests/test_hub/test_import_rpm.py
file modified
+1 -1
tests/test_hub/test_list_archive_files.py
file modified
+1 -1
tests/test_hub/test_list_archives.py
file modified
+1 -1
tests/test_hub/test_list_btypes.py
file modified
+1 -1
tests/test_hub/test_list_builds.py
file modified
+1 -1
tests/test_hub/test_list_cgs.py
file modified
+1 -1
tests/test_hub/test_list_channels.py
file modified
+1 -1
tests/test_hub/test_list_hosts.py
file modified
+1 -1
tests/test_hub/test_list_packages_simple.py
file modified
+1 -1
tests/test_hub/test_list_rpms.py
file modified
+1 -1
tests/test_hub/test_list_tagged.py
file modified
+1 -1
tests/test_hub/test_list_tagged_archives.py
file modified
+1 -1
tests/test_hub/test_list_tagged_rpms.py
file modified
+1 -1
tests/test_hub/test_list_tags.py
file modified
+1 -1
tests/test_hub/test_list_task_output.py
file modified
+1 -1
tests/test_hub/test_list_tasks.py
file modified
+1 -1
tests/test_hub/test_list_user_krb_principals.py
file modified
+1 -1
tests/test_hub/test_list_users.py
file modified
+1 -1
tests/test_hub/test_lookup_name.py
file modified
+1 -1
tests/test_hub/test_massTag.py
file modified
+1 -1
tests/test_hub/test_maven_build.py
file modified
+1 -1
tests/test_hub/test_models/test_host.py
file modified
+1 -1
tests/test_hub/test_multicall.py
file modified
+1 -1
tests/test_hub/test_new_build.py
file modified
+1 -1
tests/test_hub/test_new_image_build.py
file modified
+1 -1
tests/test_hub/test_new_maven_build.py
file modified
+1 -1
tests/test_hub/test_new_package.py
file modified
+1 -1
tests/test_hub/test_new_typed_build.py
file modified
+1 -1
tests/test_hub/test_new_win_build.py
file modified
+1 -1
tests/test_hub/test_perm_operations.py
file modified
+1 -1
tests/test_hub/test_pkglist.py
file modified
+1 -1
tests/test_hub/test_policy_tests.py
file modified
+1 -1
tests/test_hub/test_promote_build.py
file modified
+1 -1
tests/test_hub/test_query_buildroots.py
file modified
+1 -1
tests/test_hub/test_query_history.py
file modified
+1 -1
tests/test_hub/test_query_rpm_sigs.py
file modified
+1 -1
tests/test_hub/test_query_view.py
file modified
+1 -1
tests/test_hub/test_read_tagged_archives.py
file modified
+1 -1
tests/test_hub/test_read_tagged_builds.py
file modified
+1 -1
tests/test_hub/test_read_tagged_rpms.py
file modified
+1 -1
tests/test_hub/test_recycle_build.py
file modified
+1 -1
tests/test_hub/test_remove_external_repo_from_tag.py
file modified
+1 -1
tests/test_hub/test_remove_host_from_channel.py
file modified
+1 -1
tests/test_hub/test_remove_volume.py
file modified
+1 -1
tests/test_hub/test_repo_init.py
file modified
+1 -1
tests/test_hub/test_repo_requests.py
file modified
+1 -1
tests/test_hub/test_repos.py
file modified
+1 -1
tests/test_hub/test_reset_build.py
file modified
+1 -1
tests/test_hub/test_restart_hosts.py
file modified
+1 -1
tests/test_hub/test_revoke_cg_access.py
file modified
+1 -1
tests/test_hub/test_rpmdiff.py
file modified
+1 -1
tests/test_hub/test_scheduler.py
file modified
+1 -1
tests/test_hub/test_set_build_owner.py
file modified
+1 -1
tests/test_hub/test_set_build_timestamp.py
file modified
+1 -1
tests/test_hub/test_set_host_enabled.py
file modified
+1 -1
tests/test_hub/test_set_user_status.py
file modified
+1 -1
tests/test_hub/test_show_opts.py
file modified
+1 -1
tests/test_hub/test_snapshotTag.py
file modified
+1 -1
tests/test_hub/test_snapshotTagModify.py
file modified
+1 -1
tests/test_hub/test_tag_last_change_event.py
file modified
+1 -1
tests/test_hub/test_tag_notification.py
file modified
+1 -1
tests/test_hub/test_tag_operations.py
file modified
+1 -1
tests/test_hub/test_task_wait_results.py
file modified
+1 -1
tests/test_hub/test_untagged_build.py
file modified
+1 -1
tests/test_hub/test_update_notification.py
file modified
+1 -1
tests/test_hub/test_upsert_processor.py
file modified
+1 -1
tests/test_hub/test_user_groups.py
file modified
+1 -1
tests/test_hub/test_verify_names.py
file modified
+1 -1
tests/test_hub/test_win_build.py
file modified
+1 -1
tests/test_hub/test_wrapper_rpm.py
file modified
+1 -1
tests/test_hub/test_write_inheritance_data.py
file modified
+1 -1
tests/test_hub/test_write_maven_repo_metadata.py
file modified
+1 -1
tests/test_hub/test_write_signed_rpm.py
file modified
+1 -1
tests/test_hub/utils.py
file modified
+1 -1
tests/test_kojira/test_managed_repo.py
file modified
+1 -1
tests/test_kojira/test_repo_manager.py
file modified
+1 -1
tests/test_lib/test_auth.py
file modified
+4 -1
tests/test_lib/test_build_label.py
file modified
+4 -1
tests/test_lib/test_client_session.py
file modified
+4 -1
tests/test_lib/test_file_ops.py
file modified
+4 -1
tests/test_lib/test_fixEncoding.py
file modified
+4 -1
tests/test_lib/test_gssapi.py
file modified
+4 -1
tests/test_lib/test_insert_processor.py
file modified
+4 -1
tests/test_lib/test_multicall_session.py
file modified
+4 -1
tests/test_lib/test_parsers.py
file modified
+4 -1
tests/test_lib/test_plugin.py
file modified
+4 -1
tests/test_lib/test_profiles.py
file modified
+4 -1
tests/test_lib/test_query_processor.py
file modified
+4 -1
tests/test_lib/test_repowatcher.py
file modified
+4 -1
tests/test_lib/test_restart_tasks.py
file modified
+4 -1
tests/test_lib/test_savepoint.py
file modified
+4 -1
tests/test_lib/test_tasks.py
file modified
+11 -7
tests/test_lib/test_update_processor.py
file modified
+4 -1
tests/test_lib/test_utils.py
file modified
+13 -11
tests/test_plugins/test_kiwi_builder.py
file modified
+1 -1
tests/test_plugins/test_kiwi_cli.py
file modified
+1 -1
tests/test_plugins/test_kiwi_hub.py
file modified
+1 -1
tests/test_plugins/test_protonmsg.py
file modified
+6 -2
tests/test_plugins/test_runroot_builder.py
file modified
+4 -1
tests/test_plugins/test_runroot_cli.py
file modified
+4 -1
tests/test_plugins/test_runroot_hub.py
file modified
+1 -1
tests/test_plugins/test_save_failed_tree_builder.py
file modified
+4 -1
tests/test_plugins/test_save_failed_tree_cli.py
file modified
+4 -1
tests/test_plugins/test_sidetag_cli.py
file modified
+4 -1
tests/test_plugins/test_sidetag_hub.py
file modified
+1 -1
tests/test_scm.py
file modified
+1 -1
tests/test_www/test_activesessiondelete.py
file modified
+1 -1
tests/test_www/test_archiveinfo.py
file modified
+1 -1
tests/test_www/test_archivelist.py
file modified
+1 -1
tests/test_www/test_buildinfo.py
file modified
+1 -1
tests/test_www/test_buildrootinfo.py
file modified
+1 -1
tests/test_www/test_buildtargetcreate.py
file modified
+1 -1
tests/test_www/test_buildtargetdelete.py
file modified
+1 -1
tests/test_www/test_buildtargetedit.py
file modified
+1 -1
tests/test_www/test_buildtargetinfo.py
file modified
+1 -1
tests/test_www/test_cancelbuild.py
file modified
+1 -1
tests/test_www/test_canceltask.py
file modified
+1 -1
tests/test_www/test_channelinfo.py
file modified
+1 -1
tests/test_www/test_disablehost.py
file modified
+1 -1
tests/test_www/test_enablehost.py
file modified
+1 -1
tests/test_www/test_externalrepoinfo.py
file modified
+1 -1
tests/test_www/test_fileinfo.py
file modified
+1 -1
tests/test_www/test_freetask.py
file modified
+1 -1
tests/test_www/test_hostedit.py
file modified
+1 -1
tests/test_www/test_hostinfo.py
file modified
+1 -1
tests/test_www/test_notificationcreate.py
file modified
+1 -1
tests/test_www/test_notificationdelete.py
file modified
+1 -1
tests/test_www/test_notificationedit.py
file modified
+1 -1
tests/test_www/test_packageinfo.py
file modified
+1 -1
tests/test_www/test_repoinfo.py
file modified
+1 -1
tests/test_www/test_resubmittask.py
file modified
+1 -1
tests/test_www/test_rpminfo.py
file modified
+1 -1
tests/test_www/test_rpmlist.py
file modified
+1 -1
tests/test_www/test_search.py
file modified
+1 -1
tests/test_www/test_tagcreate.py
file modified
+1 -1
tests/test_www/test_tagdelete.py
file modified
+1 -1
tests/test_www/test_tagedit.py
file modified
+1 -1
tests/test_www/test_tagparent.py
file modified
+1 -1
tests/test_www/test_taskinfo.py
file modified
+2 -2
tests/test_www/test_userinfo.py
file modified
+1 -1
    unittest: use unittest.mock instead of mock
    
    because the absence of unittest.mock on python2.7, we still fallback to
    mock
    
        
file modified
+4 -1
file modified
+4 -1
file modified
+4 -1
file modified
+4 -1
file modified
+4 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+4 -1
file modified
+11 -7
file modified
+13 -11
file modified
+1 -1