community.docker/tests/integration/targets/generic_connection_tests
Felix Fontein 741c318b1d
Python code modernization, 2/n (#1156)
* 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

* 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

* Reformat.
2025-10-09 20:46:48 +02:00
..
files Fix bug when TLS is used (#432) 2022-07-26 08:25:53 +02:00
filter_plugins Python code modernization, 2/n (#1156) 2025-10-09 20:46:48 +02:00
meta Integration tests: split up Docker setup, move docker_compose tests into own group (#718) 2023-12-09 17:35:54 +01:00
tasks Fix linting errors. 2025-04-26 12:39:00 +02:00
vars Fix bug when TLS is used (#432) 2022-07-26 08:25:53 +02:00
aliases Change CI group identifiers. (#484) 2022-10-10 22:39:27 +02:00