🐳 Adds a sample on how to run netbox tests

This commit is contained in:
Christian Mäder 2017-08-30 11:10:55 +02:00
parent d58930ab67
commit f9d60692f4
No known key found for this signature in database
GPG key ID: 92FFD0A711F196BB
2 changed files with 33 additions and 0 deletions

View file

@ -51,3 +51,11 @@ You can configure the app at runtime using variables (see `docker-compose.yml`).
* SHORT_TIME_FORMAT
* DATETIME_FORMAT
* SHORT_DATETIME_FORMAT
## Tests
To run the bundled test, use the `docker-compose.test.yml` file.
```
# docker-compose -f docker-compose.test.yml run --rm app
```