Skip to content

compose-spec/conformance-tests

Repository files navigation

Compose specification conformance test suite

CI

This repository contains a test suite for testing Compose implementations to ensure that they correctly implement the Compose specification. The current state of the test suite is that it is a work in progress and contributions are welcome!

Getting started

By default, the test suite is run against the Compose reference implementation which uses the Docker Engine.

Prerequisites

Running the tests

Using the defaults, you can run the tests as follows:

$ make test