debian-koji/tests/test_hub
Tomas Kopecek dfbe322222 deprecate sha1/md5_constructor from koji.util
These functions are now fully provided by hashlib. Commit removes their
usage from koji's codebase and leaves deprecation message in lib.

Final removal from lib is scheduled to 1.21.

Fixes: https://pagure.io/koji/issue/1487
2019-08-12 16:07:55 -04:00
..
cg_importer_json kojifile component type 2017-07-25 12:37:46 -04:00
data db ordering fixes 2019-02-05 15:49:54 +01:00
test_models python-modernize -f libmodernize.fixes.fix_import 2018-07-11 17:37:39 -04:00
__init__.py Allow hiding a user from the frontpage task list. 2016-05-16 13:43:39 -04:00
test_add_btype.py python-modernize -f libmodernize.fixes.fix_import 2018-07-11 17:37:39 -04:00
test_add_external_rpm.py python-modernize -f libmodernize.fixes.fix_import 2018-07-11 17:37:39 -04:00
test_add_host.py introduce 'host' permission + docs 2019-06-13 13:43:14 -04:00
test_add_host_to_channel.py python-modernize -f libmodernize.fixes.fix_import 2018-07-11 17:37:39 -04:00
test_apply_query_opts.py python-modernize -f libmodernize.fixes.fix_import 2018-07-11 17:37:39 -04:00
test_cg_importer.py python-modernize -f libmodernize.fixes.fix_import 2018-07-11 17:37:39 -04:00
test_check_volume_policy.py don't fail on missing field in base policy tests 2018-11-28 09:01:20 +01:00
test_complete_image_build.py python-modernize -f libmodernize.fixes.fix_import 2018-07-11 17:37:39 -04:00
test_complete_maven_build.py python-modernize -f libmodernize.fixes.fix_import 2018-07-11 17:37:39 -04:00
test_create_tag.py fix test for parse_arches 2019-05-21 18:39:52 -04:00
test_delete_build.py additional unit test 2019-05-21 11:15:29 -04:00
test_delete_tag.py add "tag" permission 2019-06-13 13:43:14 -04:00
test_dist_repo.py fix unit test 2019-05-21 12:14:33 -04:00
test_edit_host.py python-modernize -f libmodernize.fixes.fix_import 2018-07-11 17:37:39 -04:00
test_edit_tag.py check architecture names for mistakes 2019-05-21 18:39:52 -04:00
test_ensure_volume_symlink.py more checks in unit test 2018-08-08 11:22:59 -04:00
test_get_active_repos.py python-modernize -f libmodernize.fixes.fix_import 2018-07-11 17:37:39 -04:00
test_get_archive_file.py python-modernize -f libmodernize.fixes.fix_import 2018-07-11 17:37:39 -04:00
test_get_build_logs.py fix test 2019-02-05 15:49:54 +01:00
test_get_build_notifications.py notification optout tests 2019-07-09 13:34:36 -04:00
test_get_build_type.py python-modernize -f libmodernize.fixes.fix_import 2018-07-11 17:37:39 -04:00
test_get_external_repos.py hub: unittest for get_external_repos 2019-03-12 14:27:32 -04:00
test_get_host.py python-modernize -f libmodernize.fixes.fix_import 2018-07-11 17:37:39 -04:00
test_get_next_release.py python-modernize -f libmodernize.fixes.fix_import 2018-07-11 17:37:39 -04:00
test_get_task_children.py fix tests for updated query 2019-05-22 13:25:18 -04:00
test_get_upload_path.py fix file handling 2019-02-05 14:24:49 +01:00
test_get_user_perms.py python-modernize -f libmodernize.fixes.fix_import 2018-07-11 17:37:39 -04:00
test_get_verify_class.py deprecate sha1/md5_constructor from koji.util 2019-08-12 16:07:55 -04:00
test_getPackageID.py hub: [getPackageID] add strict behavior 2018-11-16 21:07:35 -05:00
test_getRPMDeps.py hub: [getRPMDeps] add strict behavior 2018-11-16 21:14:32 -05:00
test_group_operations.py add "tag" permission 2019-06-13 13:43:14 -04:00
test_import_build.py db ordering fixes 2019-02-05 15:49:54 +01:00
test_import_image_internal.py use relative symlinks for hub imports 2018-11-28 16:27:30 -05:00
test_insert_processor.py python-modernize -f libmodernize.fixes.fix_import 2018-07-11 17:37:39 -04:00
test_list_archive_files.py python-modernize -f libmodernize.fixes.fix_import 2018-07-11 17:37:39 -04:00
test_list_archives.py fix unit test for list_archives 2019-02-21 09:34:47 -05:00
test_list_btypes.py python-modernize -f libmodernize.fixes.fix_import 2018-07-11 17:37:39 -04:00
test_list_channels.py db ordering fixes 2019-02-05 15:49:54 +01:00
test_list_hosts.py fix unit tests for listHosts 2019-02-21 09:34:47 -05:00
test_list_task_output.py python-modernize -f libmodernize.fixes.fix_import 2018-07-11 17:37:39 -04:00
test_listing.py python-modernize -f libmodernize.fixes.fix_import 2018-07-11 17:37:39 -04:00
test_new_build.py fix test for numeric user_id 2019-05-02 17:16:09 -04:00
test_new_typed_build.py python-modernize -f libmodernize.fixes.fix_import 2018-07-11 17:37:39 -04:00
test_notifications.py unused variables 2019-07-09 13:34:36 -04:00
test_perm_operations.py hub: [hasPerm] add strict behavior 2018-11-15 14:44:07 -05:00
test_pkglist.py python-modernize -f libmodernize.fixes.fix_import 2018-07-11 17:37:39 -04:00
test_policy_tests.py Allow hub policy to match version and release 2019-06-26 11:44:23 -04:00
test_query_processor.py python-modernize -f libmodernize.fixes.fix_import 2018-07-11 17:37:39 -04:00
test_recycle_build.py move cg_id to build table 2019-07-16 10:11:55 -04:00
test_remove_host_from_channel.py python-modernize -f libmodernize.fixes.fix_import 2018-07-11 17:37:39 -04:00
test_repos.py prioritize unittest2 2018-08-16 09:03:09 -04:00
test_rpmdiff.py fix new test 2019-02-05 15:49:54 +01:00
test_savepoint.py prioritize unittest2 2018-08-16 09:03:09 -04:00
test_set_host_enabled.py python-modernize -f libmodernize.fixes.fix_import 2018-07-11 17:37:39 -04:00
test_tag_operations.py python-modernize -f libmodernize.fixes.fix_import 2018-07-11 17:37:39 -04:00
test_task_wait_results.py python-modernize -f libmodernize.fixes.fix_imports_six 2018-07-11 17:37:39 -04:00
test_update_processor.py python-modernize -f libmodernize.fixes.fix_import 2018-07-11 17:37:39 -04:00
test_user_groups.py python-modernize -f libmodernize.fixes.fix_import 2018-07-11 17:37:39 -04:00
test_write_maven_repo_metadata.py fix file handling 2019-02-05 14:24:49 +01:00
utils.py python-modernize -f libmodernize.fixes.fix_import 2018-07-11 17:37:39 -04:00