community.docker/tests/unit/plugins/module_utils/_api/utils
Felix Fontein 8f0a96f1ba Adjust all __future__ imports:
for i in $(grep -REl "__future__.*absolute_import" plugins/ tests/); do
  sed -e 's/from __future__ import .*/from __future__ import annotations/g' -i $i;
done
2025-10-09 20:12:06 +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 Adjust all __future__ imports: 2025-10-09 20:12:06 +02:00
test_config.py Adjust all __future__ imports: 2025-10-09 20:12:06 +02:00
test_decorators.py Adjust all __future__ imports: 2025-10-09 20:12:06 +02:00
test_json_stream.py Adjust all __future__ imports: 2025-10-09 20:12:06 +02:00
test_ports.py Adjust all __future__ imports: 2025-10-09 20:12:06 +02:00
test_proxy.py Adjust all __future__ imports: 2025-10-09 20:12:06 +02:00
test_utils.py Adjust all __future__ imports: 2025-10-09 20:12:06 +02:00