1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2024-11-22 11:56:31 +00:00
nginx-proxy/test
2015-10-09 23:07:46 -07:00
..
lib doc 2015-09-30 23:57:13 +00:00
default-host.bats tests: refactoring 2015-09-30 23:40:04 +00:00
docker.bats tests: refactoring 2015-09-30 23:40:04 +00:00
multiple-hosts.bats tests: refactoring 2015-09-30 23:40:04 +00:00
multiple-ports.bats Change line endings to Unix 2015-10-09 23:07:46 -07:00
README.md add test suite. See #197 2015-09-29 23:46:36 +00:00
test_helpers.bash add test suite. See #197 2015-09-29 23:46:36 +00:00
wildcard-hosts.bats Change line endings to Unix 2015-10-09 23:07:46 -07: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/