community.docker/tests/integration/targets/docker_container
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 Move licenses to LICENSES/, use SPDX-License-Identifier, mention all licenses in galaxy.yml (#430) 2022-07-20 07:45:33 +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 docker_container idempotency: work around Docker not returning true configured command when command is [] (#1085) 2025-06-08 19:05:09 +02:00
aliases Change CI group identifiers. (#484) 2022-10-10 22:39:27 +02:00