1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-01 09:56:18 +00:00
community.general/tests/unit/plugins/module_utils/xenserver
Felix Fontein 0c5466de47
Cleanup: remove unicode prefix, remove explicit inheritance from object (#11015)
* Address UP025: remove unicode literals from strings.

* Address UP004: class inherits from 'object'.
2025-10-30 20:17:10 +01:00
..
fixtures Add more default license and copyright notices (#5087) 2022-08-08 08:44:19 +02:00
common.py unit tests: use f-strings (#10993) 2025-10-27 12:32:33 +13:00
conftest.py Unit tests: clean up compat imports (#10902) 2025-10-11 10:03:37 +02:00
FakeAnsibleModule.py Fix __future__ imports, __metaclass__ = type, and remove explicit UTF-8 encoding statement for Python files (#10886) 2025-10-10 19:52:04 +02:00
FakeXenAPI.py Cleanup: remove unicode prefix, remove explicit inheritance from object (#11015) 2025-10-30 20:17:10 +01:00
test_gather_vm_params_and_facts.py CI: add type checking (#10997) 2025-10-29 17:13:38 +00:00
test_get_object_ref.py Fix __future__ imports, __metaclass__ = type, and remove explicit UTF-8 encoding statement for Python files (#10886) 2025-10-10 19:52:04 +02:00
test_misc.py Fix __future__ imports, __metaclass__ = type, and remove explicit UTF-8 encoding statement for Python files (#10886) 2025-10-10 19:52:04 +02:00
test_netaddr_functions.py CI: add type checking (#10997) 2025-10-29 17:13:38 +00:00
test_set_vm_power_state.py CI: add type checking (#10997) 2025-10-29 17:13:38 +00:00
test_wait_for_functions.py CI: add type checking (#10997) 2025-10-29 17:13:38 +00:00
test_xapi.py CI: add type checking (#10997) 2025-10-29 17:13:38 +00:00
test_xenserverobject.py unit tests: use f-strings (#10993) 2025-10-27 12:32:33 +13:00