1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-26 15:07:32 +00:00
community.general/tests/unit/plugins/modules
Felix Fontein e550a0f58f
[stable-10] CI: Add Python 3.14 unit tests (#10511) (#10517)
* CI: Add Python 3.14 unit tests (#10511)

* Add Python 3.14 unit tests.

* Skip test if github cannot be imported.

It currently cannot be imported because nacl isn't compatible with Python 3.14 yet,
and importing github indirectly tries to import nacl, which fails as it uses a
type from typing that got removed in 3.14.

* Skip test if paramiko cannot be imported.

(cherry picked from commit 6ce9f805a8)

* Skip proxmox connection test if paramiko cannot be imported.
2025-07-30 06:53:42 +02:00
..
interfaces_file [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
conftest.py [PR #9918/8ab8010b backport][stable-10] Use more unit test utils from community.internal_test_tools (#9919) 2025-03-22 13:52:39 +01:00
FakeAnsibleModule.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
FakeXenAPI.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
gitlab.py [PR #10196/b86e4af1 backport][stable-10] gitlab_*_access_token: handle revoked field in group and project access tokens (#10205) 2025-06-06 06:27:22 +02:00
hpe_test_utils.py Remove unnecessary test imports (#5978) 2023-02-12 21:05:08 +01:00
linode_conftest.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
oneview_conftest.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
oneview_module_loader.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_alerta_customer.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_apache2_module.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
test_apk.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_archive.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_bitbucket_access_key.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_bitbucket_pipeline_key_pair.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_bitbucket_pipeline_known_host.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_bitbucket_pipeline_variable.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_bootc_manage.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_campfire.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_circonus_annotation.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_cpanm.py [PR #9736/8e324881 backport][stable-10] rename test helper (#9745) 2025-02-15 08:25:27 +01:00
test_cpanm.yaml [PR #9664/439da9e6 backport][stable-10] test helper unit tests: reformat YAML files (#9667) 2025-02-01 17:01:24 +01:00
test_datadog_downtime.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_dconf.py dconf: Check for changes properly despite style of quotes used by user (#6049) 2023-03-04 20:51:50 +01:00
test_discord.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_django_check.py [PR #9736/8e324881 backport][stable-10] rename test helper (#9745) 2025-02-15 08:25:27 +01:00
test_django_check.yaml [PR #9664/439da9e6 backport][stable-10] test helper unit tests: reformat YAML files (#9667) 2025-02-01 17:01:24 +01:00
test_django_command.py [PR #9736/8e324881 backport][stable-10] rename test helper (#9745) 2025-02-15 08:25:27 +01:00
test_django_command.yaml [PR #9664/439da9e6 backport][stable-10] test helper unit tests: reformat YAML files (#9667) 2025-02-01 17:01:24 +01:00
test_django_createcachetable.py [PR #9736/8e324881 backport][stable-10] rename test helper (#9745) 2025-02-15 08:25:27 +01:00
test_django_createcachetable.yaml [PR #9664/439da9e6 backport][stable-10] test helper unit tests: reformat YAML files (#9667) 2025-02-01 17:01:24 +01:00
test_dnf_config_manager.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_dnsimple.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_dnsimple_info.py [PR #9918/8ab8010b backport][stable-10] Use more unit test utils from community.internal_test_tools (#9919) 2025-03-22 13:52:39 +01:00
test_facter_facts.py [PR #9736/8e324881 backport][stable-10] rename test helper (#9745) 2025-02-15 08:25:27 +01:00
test_facter_facts.yaml [PR #9664/439da9e6 backport][stable-10] test helper unit tests: reformat YAML files (#9667) 2025-02-01 17:01:24 +01:00
test_gconftool2.py [PR #9736/8e324881 backport][stable-10] rename test helper (#9745) 2025-02-15 08:25:27 +01:00
test_gconftool2.yaml [PR #9664/439da9e6 backport][stable-10] test helper unit tests: reformat YAML files (#9667) 2025-02-01 17:01:24 +01:00
test_gconftool2_info.py [PR #9736/8e324881 backport][stable-10] rename test helper (#9745) 2025-02-15 08:25:27 +01:00
test_gconftool2_info.yaml [PR #9664/439da9e6 backport][stable-10] test helper unit tests: reformat YAML files (#9667) 2025-02-01 17:01:24 +01:00
test_gem.py [PR #9918/8ab8010b backport][stable-10] Use more unit test utils from community.internal_test_tools (#9919) 2025-03-22 13:52:39 +01:00
test_gio_mime.py [PR #9736/8e324881 backport][stable-10] rename test helper (#9745) 2025-02-15 08:25:27 +01:00
test_gio_mime.yaml [PR #9666/c0f57b5c backport][stable-10] test helper: add support for check and diff modes (#9669) 2025-02-01 18:49:35 +01:00
test_github_repo.py [stable-10] CI: Add Python 3.14 unit tests (#10511) (#10517) 2025-07-30 06:53:42 +02:00
test_gitlab_deploy_key.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
test_gitlab_group.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
test_gitlab_group_access_token.py [PR #10196/b86e4af1 backport][stable-10] gitlab_*_access_token: handle revoked field in group and project access tokens (#10205) 2025-06-06 06:27:22 +02:00
test_gitlab_hook.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
test_gitlab_project.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
test_gitlab_project_access_token.py [PR #10196/b86e4af1 backport][stable-10] gitlab_*_access_token: handle revoked field in group and project access tokens (#10205) 2025-06-06 06:27:22 +02:00
test_gitlab_protected_branch.py Remove unnecessary test imports (#5978) 2023-02-12 21:05:08 +01:00
test_gitlab_runner.py Add Gitlab group runners support (#3935) 2023-03-25 08:23:20 +01:00
test_gitlab_user.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
test_homebrew.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_homebrew_cask.py [PR #9881/e5eac9fe backport][stable-10] homebrew_cask: Handle unusual brew version strings (#9889) 2025-03-15 09:22:45 +01:00
test_icinga2_feature.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_ini_file.py Add ignore_spaces option to ini_file to ignore spacing changes (#7273) 2023-09-17 13:22:22 +02:00
test_ipa_getkeytab.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_ipa_otpconfig.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_ipa_otptoken.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_ipa_pwpolicy.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_ipbase.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_java_keystore.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_jenkins_build.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_jenkins_build_info.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_jenkins_node.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_jenkins_plugin.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
test_keycloak_authentication.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_keycloak_authentication_required_actions.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_keycloak_client.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_keycloak_client_rolemapping.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_keycloak_clientscope.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_keycloak_component.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_keycloak_identity_provider.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_keycloak_realm.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_keycloak_realm_info.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_keycloak_realm_keys.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_keycloak_realm_keys_metadata_info.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_keycloak_role.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_keycloak_user.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_keycloak_user_federation.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_keycloak_userprofile.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_krb_ticket.py [PR #9736/8e324881 backport][stable-10] rename test helper (#9745) 2025-02-15 08:25:27 +01:00
test_krb_ticket.yaml [PR #9664/439da9e6 backport][stable-10] test helper unit tests: reformat YAML files (#9667) 2025-02-01 17:01:24 +01:00
test_linode.py [PR #9918/8ab8010b backport][stable-10] Use more unit test utils from community.internal_test_tools (#9919) 2025-03-22 13:52:39 +01:00
test_linode_v4.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_lvg_rename.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_lxca_cmms.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_lxca_nodes.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_macports.py Remove unnecessary test imports (#5978) 2023-02-12 21:05:08 +01:00
test_maven_artifact.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
test_modprobe.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_monit.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_nmcli.py [PR #9962/a7ab7e92 backport][stable-10] Feat: Add infiniband mac address support in nmcli module (#9998) 2025-04-14 22:51:01 +02:00
test_nomad_token.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_npm.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_ocapi_command.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_ocapi_info.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_one_vm.py Remove unnecessary test imports (#5978) 2023-02-12 21:05:08 +01:00
test_oneview_datacenter_info.py Remove unnecessary test imports (#5978) 2023-02-12 21:05:08 +01:00
test_oneview_enclosure_info.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_oneview_ethernet_network.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_oneview_ethernet_network_info.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_oneview_fc_network.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_oneview_fc_network_info.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_oneview_fcoe_network.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_oneview_fcoe_network_info.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_oneview_logical_interconnect_group.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_oneview_logical_interconnect_group_info.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_oneview_network_set.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_oneview_network_set_info.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_oneview_san_manager.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_oneview_san_manager_info.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_opkg.py [PR #9736/8e324881 backport][stable-10] rename test helper (#9745) 2025-02-15 08:25:27 +01:00
test_opkg.yaml [PR #9664/439da9e6 backport][stable-10] test helper unit tests: reformat YAML files (#9667) 2025-02-01 17:01:24 +01:00
test_pacemaker_resource.py [PR #9531/402f7254 backport][stable-10] add pacemaker_resource plugin (#9835) 2025-03-05 21:36:56 +01:00
test_pacemaker_resource.yaml [PR #9858/710dc5df backport][stable-10] pacemaker unit test: passing null with UTHelper (#9868) 2025-03-11 07:14:08 +01:00
test_pacman.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_pacman_key.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
test_pagerduty.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_pagerduty_alert.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_pagerduty_change.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_pamd.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_parted.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_pkgin.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_pmem.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_pritunl_org.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_pritunl_org_info.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_pritunl_user.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_pritunl_user_info.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_proxmox_backup.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_proxmox_backup_info.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_proxmox_kvm.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_proxmox_snap.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_proxmox_storage_contents_info.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_proxmox_tasks_info.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_proxmox_template.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_proxmox_vm_info.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_puppet.py [PR #9736/8e324881 backport][stable-10] rename test helper (#9745) 2025-02-15 08:25:27 +01:00
test_puppet.yaml [PR #9664/439da9e6 backport][stable-10] test helper unit tests: reformat YAML files (#9667) 2025-02-01 17:01:24 +01:00
test_redhat_subscription.py [PR #9578/bcc92e8a backport][stable-10] redhat_subscription: stop manual unsubscribing on unregistration (#9590) 2025-01-20 19:47:22 +01:00
test_redis_data.py [PR #9918/8ab8010b backport][stable-10] Use more unit test utils from community.internal_test_tools (#9919) 2025-03-22 13:52:39 +01:00
test_redis_data_incr.py [PR #9918/8ab8010b backport][stable-10] Use more unit test utils from community.internal_test_tools (#9919) 2025-03-22 13:52:39 +01:00
test_redis_data_info.py [PR #9918/8ab8010b backport][stable-10] Use more unit test utils from community.internal_test_tools (#9919) 2025-03-22 13:52:39 +01:00
test_redis_info.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_rhsm_release.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_rhsm_repository.py 10.0.0: remove deprecated features (#8918) 2024-09-28 08:11:21 +03:00
test_rpm_ostree_pkg.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_rundeck_acl_policy.py [PR #10097/ff0ed6f9 backport][stable-10] rundeck_acl_policy: fix project acls are put/posted to the wrong endpoint (#10151) 2025-05-17 08:24:28 +02:00
test_scaleway_compute_private_network.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_scaleway_private_network.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_simpleinit_msb.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_slack.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_snap.py [PR #9736/8e324881 backport][stable-10] rename test helper (#9745) 2025-02-15 08:25:27 +01:00
test_solaris_zone.py [PR #9918/8ab8010b backport][stable-10] Use more unit test utils from community.internal_test_tools (#9919) 2025-03-22 13:52:39 +01:00
test_ss_3par_cpg.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
test_statsd.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_sysupgrade.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_terraform.py [PR #9918/8ab8010b backport][stable-10] Use more unit test utils from community.internal_test_tools (#9919) 2025-03-22 13:52:39 +01:00
test_ufw.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_usb_facts.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_wdc_redfish_command.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_wdc_redfish_info.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_xcc_redfish_command.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
test_xdg_mime.py [PR #10007/373334d6 backport][stable-10] Add xdg_mime module (#10072) 2025-04-26 12:43:22 +02:00
test_xdg_mime.yaml [PR #10007/373334d6 backport][stable-10] Add xdg_mime module (#10072) 2025-04-26 12:43:22 +02:00
test_xenserver_guest_info.py Remove unnecessary test imports (#5978) 2023-02-12 21:05:08 +01:00
test_xenserver_guest_powerstate.py Remove unnecessary test imports (#5978) 2023-02-12 21:05:08 +01:00
test_xfconf.py [PR #9736/8e324881 backport][stable-10] rename test helper (#9745) 2025-02-15 08:25:27 +01:00
test_xfconf.yaml [PR #9664/439da9e6 backport][stable-10] test helper unit tests: reformat YAML files (#9667) 2025-02-01 17:01:24 +01:00
test_xfconf_info.py [PR #9736/8e324881 backport][stable-10] rename test helper (#9745) 2025-02-15 08:25:27 +01:00
test_xfconf_info.yaml [PR #9664/439da9e6 backport][stable-10] test helper unit tests: reformat YAML files (#9667) 2025-02-01 17:01:24 +01:00
uthelper.py [PR #9918/8ab8010b backport][stable-10] Use more unit test utils from community.internal_test_tools (#9919) 2025-03-22 13:52:39 +01:00
utils.py [PR #9921/410cf72a backport][stable-10] Unit tests: replace mock and compat with code from community.internal_test_tools (#9922) 2025-03-22 14:20:45 +01:00
xenserver_common.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
xenserver_conftest.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00