Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 960 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 960 Bytes

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