Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 386 Bytes

RUNTHETESTS.md

File metadata and controls

21 lines (12 loc) · 386 Bytes

Run the tests

In order to run the tests, please make sure you have the Docker Engine <https://docs.docker.com/engine/install/>_ and Docker Compose <https://docs.docker.com/compose/install/>_ installed.

Move into tests/ directory

cd tests/

Run service dependencies:

docker-compose up -d

Install library dependencies:

make install

Run tests:

make test