nginx-proxy-auto-docker/test
2016-01-11 12:06:15 -06:00
..
lib CircleCI: make tests run on Docker 1.9.1 2015-12-14 09:25:21 +01:00
default-host.bats Added mechanism to specify ip_hash 2016-01-11 12:06:15 -06:00
docker.bats Remove --rm from docker run commands 2015-10-12 20:59:53 -07:00
env-config.bats Added mechanism to specify ip_hash 2016-01-11 12:06:15 -06:00
multiple-hosts.bats Added mechanism to specify ip_hash 2016-01-11 12:06:15 -06:00
multiple-ports.bats Added mechanism to specify ip_hash 2016-01-11 12:06:15 -06:00
README.md add test suite. See #197 2015-09-29 23:46:36 +00:00
test_helpers.bash Trap TERM to allow quicker exit of web containers 2015-10-12 21:53:52 -07:00
wildcard-hosts.bats Added mechanism to specify ip_hash 2016-01-11 12:06:15 -06:00

Test suite

This test suite is implemented on top of the Bats test framework.

It is intended to verify the correct behavior of the Docker image jwilder/nginx-proxy:bats.

Running the test suite

Make sure you have Bats installed, then run:

docker build -t jwilder/nginx-proxy:bats .
bats test/