community.docker/tests/unit/plugins/module_utils/_api/utils
Felix Fontein 274a2106be Remove all UTF-8 encoding specifications for Python source files:
for i in $(grep -REl '[-][*]- coding: utf-8 -[*]-' plugins/ tests/); do
  sed -e '/^# -\*- coding: utf-8 -\*-/d' -i $i;
done
2025-10-09 20:12:16 +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 Remove all UTF-8 encoding specifications for Python source files: 2025-10-09 20:12:16 +02:00
test_config.py Remove all UTF-8 encoding specifications for Python source files: 2025-10-09 20:12:16 +02:00
test_decorators.py Remove all UTF-8 encoding specifications for Python source files: 2025-10-09 20:12:16 +02:00
test_json_stream.py Remove all UTF-8 encoding specifications for Python source files: 2025-10-09 20:12:16 +02:00
test_ports.py Remove all UTF-8 encoding specifications for Python source files: 2025-10-09 20:12:16 +02:00
test_proxy.py Remove all UTF-8 encoding specifications for Python source files: 2025-10-09 20:12:16 +02:00
test_utils.py Remove all UTF-8 encoding specifications for Python source files: 2025-10-09 20:12:16 +02:00