community.docker/tests/integration/targets/generic_connection_tests
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
..
files Fix bug when TLS is used (#432) 2022-07-26 08:25:53 +02:00
filter_plugins Python code modernization, 3/n (#1157) 2025-10-10 08:11:58 +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