..
data
fix "an user" -> "a user" grammar in help text and errors
2021-08-24 10:54:03 -04:00
__init__.py
The beginnings of some cli tests.
2016-06-08 14:53:41 -04:00
fakeclient.py
python-modernize -f libmodernize.fixes.fix_import
2018-07-11 17:37:39 -04:00
loadcli.py
importlib instead of imp
2021-06-02 11:19:33 +02:00
test_activate_session.py
remove unittest2
2020-10-06 15:00:23 +02:00
test_add_channel.py
CLI channels, hosts methods works with older hub
2021-08-30 09:24:22 +02:00
test_add_group.py
Unify error messages
2021-03-16 08:43:33 +01:00
test_add_group_pkg.py
remove unittest2
2020-10-06 15:00:23 +02:00
test_add_group_req.py
remove unittest2
2020-10-06 15:00:23 +02:00
test_add_host.py
Add CLI related to channels + add comments to channels
2021-06-29 14:44:47 +02:00
test_add_host_to_channel.py
Enable/disable channel
2021-07-20 10:33:50 +02:00
test_add_notification.py
Unify error messages
2021-03-16 08:43:33 +01:00
test_add_pkg.py
fix tests for new option
2021-04-19 15:15:53 +02:00
test_add_tag.py
remove unittest2
2020-10-06 15:00:23 +02:00
test_add_tag_inheritance.py
Unify error messages
2021-03-16 08:43:33 +01:00
test_add_target.py
Increase coverage of CLI unit tests
2021-07-19 14:04:15 +02:00
test_add_user.py
remove unittest2
2020-10-06 15:00:23 +02:00
test_add_volume.py
remove unittest2
2020-10-06 15:00:23 +02:00
test_assign_task.py
remove unittest2
2020-10-06 15:00:23 +02:00
test_block_group.py
Unify error messages
2021-03-16 08:43:33 +01:00
test_block_group_pkg.py
remove unittest2
2020-10-06 15:00:23 +02:00
test_block_group_req.py
remove unittest2
2020-10-06 15:00:23 +02:00
test_block_notification.py
Unify error messages
2021-03-16 08:43:33 +01:00
test_block_pkg.py
fix tests for new option
2021-04-19 15:15:53 +02:00
test_build.py
Add the ability to specify custom metadata on an RPM build
2021-06-02 15:48:51 +02:00
test_buildinfo.py
fix tests
2021-04-26 14:43:20 +02:00
test_call.py
cli: fix help message formatting
2021-03-05 15:36:12 +01:00
test_cancel.py
Increase coverage of CLI unit tests
2021-07-19 14:04:15 +02:00
test_chain_build.py
Consistent wait/nowait in all related functions
2021-05-10 09:17:26 +02:00
test_clone_tag.py
Unify error messages
2021-03-16 08:43:33 +01:00
test_disable_channel.py
Enable/disable channel
2021-07-20 10:33:50 +02:00
test_disable_host.py
Unify error messages related to hosts and users
2021-05-18 10:23:15 +02:00
test_disable_user.py
remove unittest2
2020-10-06 15:00:23 +02:00
test_dist_repo.py
dist-repo takes inherited arch when arch is not set
2021-06-29 14:45:36 +02:00
test_download_build.py
Fix download-build unit test
2021-06-14 08:21:39 +02:00
test_download_file.py
remove unittest2
2020-10-06 15:00:23 +02:00
test_download_logs.py
Honour --force-auth for anonymous commands
2021-09-14 13:26:11 +02:00
test_download_task.py
Consistent wait/nowait in all related functions
2021-05-10 09:17:26 +02:00
test_edit_channel.py
CLI channels, hosts methods works with older hub
2021-08-30 09:24:22 +02:00
test_edit_external_repo.py
external repos can have specified arch list
2020-11-24 13:56:29 +01:00
test_edit_host.py
Unify error messages related to hosts and users
2021-05-18 10:23:15 +02:00
test_edit_notification.py
Unify error messages
2021-03-16 08:43:33 +01:00
test_edit_tag.py
block inherited extra tag info
2020-09-28 11:03:43 +02:00
test_edit_tag_inheritance.py
Unify error messages
2021-03-16 08:43:33 +01:00
test_edit_target.py
Unify error messages
2021-03-16 08:43:33 +01:00
test_edit_user.py
Increase coverage of CLI unit tests
2021-07-19 14:04:15 +02:00
test_enable_channel.py
Enable/disable channel
2021-07-20 10:33:50 +02:00
test_enable_host.py
Unify error messages related to hosts and users
2021-05-18 10:23:15 +02:00
test_enable_user.py
remove unittest2
2020-10-06 15:00:23 +02:00
test_grant_cg_access.py
remove unittest2
2020-10-06 15:00:23 +02:00
test_grant_permission.py
remove unittest2
2020-10-06 15:00:23 +02:00
test_hello.py
remove unittest2
2020-10-06 15:00:23 +02:00
test_hostinfo.py
api getLastHostUpdate returns timestamp
2021-03-29 11:23:06 +02:00
test_image_build.py
Add noverifyssl option to oz image builds
2021-06-17 15:46:11 +02:00
test_image_build_indirection.py
Consistent wait/nowait in all related functions
2021-05-10 09:17:26 +02:00
test_import.py
unify warn messages
2021-04-19 15:14:28 +02:00
test_import_archive.py
Unify error messages
2021-03-16 08:43:33 +01:00
test_import_cg.py
explicit encoding for text file operations
2021-01-26 13:36:25 +01:00
test_import_comps.py
Unify error messages
2021-03-16 08:43:33 +01:00
test_import_sig.py
Support packages that are head-signed
2021-09-15 12:43:06 +02:00
test_latest_build.py
Add all types to docs latest-build and readTaggedBuilds
2021-09-08 17:17:23 +02:00
test_list_api.py
fix tests for changed helpstring
2021-04-22 10:17:39 +02:00
test_list_builds.py
cli: list-builds sort-key warning
2021-04-19 15:10:24 +02:00
test_list_channels.py
Enable/disable channel
2021-07-20 10:33:50 +02:00
test_list_commands.py
remove unittest2
2020-10-06 15:00:23 +02:00
test_list_groups.py
remove unittest2
2020-10-06 15:00:23 +02:00
test_list_history.py
Increase coverage of CLI unit tests
2021-07-19 14:04:15 +02:00
test_list_hosts.py
Enable/disable channel
2021-07-20 10:33:50 +02:00
test_list_notifications.py
Increase coverage of CLI unit tests
2021-07-19 14:04:15 +02:00
test_list_permissions.py
Unify error messages related to hosts and users
2021-05-18 10:23:15 +02:00
test_list_pkgs.py
Unify error messages
2021-03-16 08:43:33 +01:00
test_list_tag_inheritance.py
Remove jump/stops options from readFullInheritance
2021-06-08 15:52:05 +02:00
test_list_tagged.py
Unify error messages
2021-03-16 08:43:33 +01:00
test_list_tags.py
Unify error messages
2021-03-16 08:43:33 +01:00
test_list_targets.py
Honour --force-auth for anonymous commands
2021-09-14 13:26:11 +02:00
test_list_tasks.py
Increase coverage of CLI unit tests
2021-07-19 14:04:15 +02:00
test_list_untagged.py
cli: list-untagged returns error non-exist package
2021-03-10 14:38:39 +01:00
test_list_volumes.py
Honour --force-auth for anonymous commands
2021-09-14 13:26:11 +02:00
test_load_plugins.py
remove unittest2
2020-10-06 15:00:23 +02:00
test_lock_tag.py
Remove unnecessary line from unlock-tag CLI
2021-07-19 09:17:30 +02:00
test_maven_build.py
Consistent wait/nowait in all related functions
2021-05-10 09:17:26 +02:00
test_maven_chain.py
Consistent wait/nowait in all related functions
2021-05-10 09:17:26 +02:00
test_mock_config.py
cli: mock-config check arch
2021-04-19 15:11:03 +02:00
test_move_build.py
Consistent wait/nowait in all related functions
2021-05-10 09:17:26 +02:00
test_regen_repo.py
Consistent wait/nowait in all related functions
2021-05-10 09:17:26 +02:00
test_remove_channel.py
Add CLI related to channels + add comments to channels
2021-06-29 14:44:47 +02:00
test_remove_group.py
Unify error messages
2021-03-16 08:43:33 +01:00
test_remove_host_from_channel.py
remove unittest2
2020-10-06 15:00:23 +02:00
test_remove_notification.py
Increase coverage of CLI unit tests
2021-07-19 14:04:15 +02:00
test_remove_pkg.py
fix tests for new option
2021-04-19 15:15:53 +02:00
test_remove_sig.py
add warnings for remove-sig
2021-09-10 11:13:39 -04:00
test_remove_tag.py
Increase coverage of CLI unit tests
2021-07-19 14:04:15 +02:00
test_remove_tag_inheritance.py
Unify error messages
2021-03-16 08:43:33 +01:00
test_remove_target.py
Increase coverage of CLI unit tests
2021-07-19 14:04:15 +02:00
test_rename_channel.py
Add CLI related to channels + add comments to channels
2021-06-29 14:44:47 +02:00
test_restart_host.py
remove unittest2
2020-10-06 15:00:23 +02:00
test_resubmit.py
Consistent wait/nowait in all related functions
2021-05-10 09:17:26 +02:00
test_revoke_cg_access.py
remove unittest2
2020-10-06 15:00:23 +02:00
test_revoke_permission.py
remove unittest2
2020-10-06 15:00:23 +02:00
test_rpminfo.py
tests: fix locale setting
2021-03-18 10:11:51 +01:00
test_running_in_bg.py
remove unittest2
2020-10-06 15:00:23 +02:00
test_search.py
Honour --force-auth for anonymous commands
2021-09-14 13:26:11 +02:00
test_set_build_volume.py
remove unittest2
2020-10-06 15:00:23 +02:00
test_set_pkg_arches.py
remove unittest2
2020-10-06 15:00:23 +02:00
test_set_pkg_owner.py
remove unittest2
2020-10-06 15:00:23 +02:00
test_set_pkg_owner_global.py
Increase coverage of CLI unit tests
2021-07-19 14:04:15 +02:00
test_set_task_priority.py
remove unittest2
2020-10-06 15:00:23 +02:00
test_spin_commands.py
Increase coverage of CLI unit tests
2021-07-19 14:04:15 +02:00
test_tag_build.py
Consistent wait/nowait in all related functions
2021-05-10 09:17:26 +02:00
test_taginfo.py
Unify error messages
2021-03-16 08:43:33 +01:00
test_taskinfo.py
fix tests
2021-04-26 14:43:20 +02:00
test_unblock_group_pkg.py
remove unittest2
2020-10-06 15:00:23 +02:00
test_unblock_group_req.py
remove unittest2
2020-10-06 15:00:23 +02:00
test_unblock_pkg.py
remove unittest2
2020-10-06 15:00:23 +02:00
test_unique_path.py
remove unittest2
2020-10-06 15:00:23 +02:00
test_unlock_tag.py
Remove unnecessary line from unlock-tag CLI
2021-07-19 09:17:30 +02:00
test_untag_build.py
Unify error messages
2021-03-16 08:43:33 +01:00
test_upload_progress_callback.py
remove unittest2
2020-10-06 15:00:23 +02:00
test_userinfo.py
New CLI command userinfo
2021-06-08 15:50:44 +02:00
test_wait_repo.py
Honour --force-auth for anonymous commands
2021-09-14 13:26:11 +02:00
test_watch_tasks.py
explicit encoding for text file operations
2021-01-26 13:36:25 +01:00
test_win_build.py
Unify error messages
2021-03-16 08:43:33 +01:00
test_wrapper_rpm.py
Consistent wait/nowait in all related functions
2021-05-10 09:17:26 +02:00
test_write_signed_rpm.py
cli: multicalls for write-signed-rpm
2021-04-19 15:12:22 +02:00
utils.py
tests: fix locale setting
2021-03-18 10:11:51 +01:00