community.docker/tests/integration/targets/generic_connection_tests
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
..
files Fix bug when TLS is used (#432) 2022-07-26 08:25:53 +02:00
filter_plugins Adjust all __future__ imports: 2025-10-09 20:12:06 +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