Add integration tests that check various config options (#54)

This commit is contained in:
Azrenbeth
2021-09-09 14:26:14 +01:00
committed by GitHub
parent d908d13f8f
commit d32f49303b
4 changed files with 483 additions and 1 deletions

View File

@@ -158,3 +158,6 @@ $ docker-compose up -d
$ cargo test --workspace
$ docker-compose down
```
Note, any output from these tests goes into `compressor_integration_tests/tmp/` so if this
directory doesn't already exist then you will need to create it.