compose/tests/integration
Sebastiaan van Stijn a5863de31a Make COMPOSE_DOCKER_CLI_BUILD=1 the default
This changes compose to use "native" build through the CLI
by default. With this, docker-compose can take advantage of
BuildKit (which is now enabled by default on Docker Desktop
2.5 and up).

Users that want to use the python client for building can
opt-out of this feature by setting COMPOSE_DOCKER_CLI_BUILD=0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-01-26 20:15:14 +01:00
..
__init__.py Split tests into unit and integration 2014-04-25 22:58:21 +01:00
environment_test.py Removed Python2 support 2020-08-11 17:45:13 +07:00
metrics_test.py Add metrics 2021-01-26 20:15:14 +01:00
network_test.py Removed Python2 support 2020-06-03 17:37:47 +02:00
project_test.py Fix port rendering 2020-09-24 14:49:26 +02:00
resilience_test.py Removed Python2 support 2020-08-11 17:45:13 +07:00
service_test.py Make COMPOSE_DOCKER_CLI_BUILD=1 the default 2021-01-26 20:15:14 +01:00
state_test.py update test for start trigger 2020-09-16 15:59:43 +02:00
testcases.py Add metrics 2021-01-26 20:15:14 +01:00
volume_test.py Removed Python2 support 2020-08-11 17:45:13 +07:00