tkopecek / koji

Forked from koji 7 years ago
Clone

167751b simplify py3 tests

Authored and Committed by tkopecek 3 years ago
68 files changed. 74 lines added. 328 lines removed.
Makefile
file modified
+3 -2
tests/test_hub/test_add_archivetype.py
file modified
+1 -5
tests/test_hub/test_add_btype.py
file modified
+1 -5
tests/test_hub/test_add_external_rpm.py
file modified
+1 -5
tests/test_hub/test_add_host.py
file modified
+1 -5
tests/test_hub/test_add_host_to_channel.py
file modified
+1 -5
tests/test_hub/test_apply_query_opts.py
file modified
+1 -5
tests/test_hub/test_cg_importer.py
file modified
+1 -5
tests/test_hub/test_check_volume_policy.py
file modified
+1 -5
tests/test_hub/test_complete_image_build.py
file modified
+2 -5
tests/test_hub/test_complete_maven_build.py
file modified
+2 -5
tests/test_hub/test_create_tag.py
file modified
+2 -5
tests/test_hub/test_delete_build.py
file modified
+1 -5
tests/test_hub/test_delete_tag.py
file modified
+1 -5
tests/test_hub/test_dist_repo.py
file modified
+1 -5
tests/test_hub/test_edit_host.py
file modified
+1 -5
tests/test_hub/test_edit_tag.py
file modified
+1 -5
tests/test_hub/test_edit_tag_external_repo.py
file modified
+1 -4
tests/test_hub/test_edit_user.py
file modified
+1 -4
tests/test_hub/test_ensure_volume_symlink.py
file modified
+1 -5
tests/test_hub/test_getPackageID.py
file modified
+0 -2
tests/test_hub/test_getRPMDeps.py
file modified
+1 -5
tests/test_hub/test_getRPMFile.py
file modified
+1 -5
tests/test_hub/test_get_active_repos.py
file modified
+1 -5
tests/test_hub/test_get_archive_file.py
file modified
+1 -5
tests/test_hub/test_get_build_logs.py
file modified
+1 -5
tests/test_hub/test_get_build_notifications.py
file modified
+1 -4
tests/test_hub/test_get_build_type.py
file modified
+1 -5
tests/test_hub/test_get_external_repos.py
file modified
+0 -2
tests/test_hub/test_get_host.py
file modified
+1 -5
tests/test_hub/test_get_next_release.py
file modified
+1 -5
tests/test_hub/test_get_task_children.py
file modified
+1 -5
tests/test_hub/test_get_upload_path.py
file modified
+1 -5
tests/test_hub/test_get_user_perms.py
file modified
+1 -5
tests/test_hub/test_get_verify_class.py
file modified
+1 -5
tests/test_hub/test_group_operations.py
file modified
+1 -5
tests/test_hub/test_import_build.py
file modified
+1 -5
tests/test_hub/test_import_image_internal.py
file modified
+1 -5
tests/test_hub/test_insert_processor.py
file modified
+1 -5
tests/test_hub/test_list_archive_files.py
file modified
+1 -5
tests/test_hub/test_list_archives.py
file modified
+0 -1
tests/test_hub/test_list_btypes.py
file modified
+1 -5
tests/test_hub/test_list_channels.py
file modified
+1 -5
tests/test_hub/test_list_hosts.py
file modified
+1 -5
tests/test_hub/test_list_task_output.py
file modified
+1 -5
tests/test_hub/test_listing.py
file modified
+1 -5
tests/test_hub/test_new_build.py
file modified
+1 -5
tests/test_hub/test_new_typed_build.py
file modified
+1 -5
tests/test_hub/test_notifications.py
file modified
+1 -5
tests/test_hub/test_perm_operations.py
file modified
+1 -5
tests/test_hub/test_pkglist.py
file modified
+1 -5
tests/test_hub/test_policy_tests.py
file modified
+1 -5
tests/test_hub/test_query_processor.py
file modified
+1 -5
tests/test_hub/test_recycle_build.py
file modified
+0 -1
tests/test_hub/test_remove_host_from_channel.py
file modified
+1 -5
tests/test_hub/test_repos.py
file modified
+1 -5
tests/test_hub/test_rpmdiff.py
file modified
+1 -5
tests/test_hub/test_savepoint.py
file modified
+1 -5
tests/test_hub/test_set_host_enabled.py
file modified
+1 -5
tests/test_hub/test_tag_operations.py
file modified
+1 -8
tests/test_hub/test_task_wait_results.py
file modified
+4 -8
tests/test_hub/test_update_processor.py
file modified
+1 -5
tests/test_hub/test_user_groups.py
file modified
+1 -5
tests/test_hub/test_write_maven_repo_metadata.py
file modified
+1 -5
tests/test_hub/utils.py
file modified
+2 -7
tests/test_www/loadwebindex.py
file modified
+0 -1
tests/test_www/test_taskinfo.py
file modified
+3 -8
tests/test_www/test_util.py
file modified
+1 -6
    simplify py3 tests
    
        
file modified
+3 -2
file modified
+1 -5
file modified
+2 -7
file modified
+1 -6