Added test environment

This commit is contained in:
Kevin Frantz
2018-07-14 10:44:39 +02:00
parent c2fe35a8a5
commit 72f6a71839
3 changed files with 28 additions and 1 deletions

View File

@@ -29,7 +29,12 @@ existing colors.
- Please cover your code with unit tests.
## start
To run the program execute
To run the program execute:
```bash
docker-compose up -d
```
## test
To run the tests execute:
```bash
test.sh
```