community.docker/tests/unit/plugins/module_utils/_api/utils
Felix Fontein e8ec22d3b1
Python code modernization, 3/n (#1157)
* Remove __metaclass__ = type.

for i in $(grep -REl '__metaclass__ = type' plugins/ tests/); do
  sed -e '/^__metaclass__ = type/d' -i $i;
done

* Remove super arguments, and stop inheriting from object.
2025-10-10 08:11:58 +02:00
..
testdata/certs Move licenses to LICENSES/, use SPDX-License-Identifier, mention all licenses in galaxy.yml (#430) 2022-07-20 07:45:33 +02:00
test_build.py Python code modernization, 3/n (#1157) 2025-10-10 08:11:58 +02:00
test_config.py Python code modernization, 3/n (#1157) 2025-10-10 08:11:58 +02:00
test_decorators.py Python code modernization, 3/n (#1157) 2025-10-10 08:11:58 +02:00
test_json_stream.py Python code modernization, 3/n (#1157) 2025-10-10 08:11:58 +02:00
test_ports.py Python code modernization, 3/n (#1157) 2025-10-10 08:11:58 +02:00
test_proxy.py Python code modernization, 3/n (#1157) 2025-10-10 08:11:58 +02:00
test_utils.py Python code modernization, 3/n (#1157) 2025-10-10 08:11:58 +02:00