Steve Kamerman 7d253dd0f3 Allow passing DHPARAM_BITS via env, lower bits to 256 for unit tests 8 năm trước cách đây
..
lib 7c0f7b9449 Fixed Alpine image, removed dhparams gen from test units 8 năm trước cách đây
web_helpers 112aad39b6 Implemented more advanced webserver with routing and request header echoing, added header tests 9 năm trước cách đây
README.md 4bd30f5d2c add test suite. See #197 10 năm trước cách đây
default-host.bats 86aea653c8 Update to docker-gen 0.7.0 9 năm trước cách đây
docker.bats 112aad39b6 Implemented more advanced webserver with routing and request header echoing, added header tests 9 năm trước cách đây
headers.bats b9bf183df2 Added httpoxy test 9 năm trước cách đây
multiple-hosts.bats 112aad39b6 Implemented more advanced webserver with routing and request header echoing, added header tests 9 năm trước cách đây
multiple-ports.bats 112aad39b6 Implemented more advanced webserver with routing and request header echoing, added header tests 9 năm trước cách đây
ssl.bats f73a52afaf Added BATS tests for dhparam generation 8 năm trước cách đây
ssl_dhparam.bats 7d253dd0f3 Allow passing DHPARAM_BITS via env, lower bits to 256 for unit tests 8 năm trước cách đây
test_helpers.bash 7c0f7b9449 Fixed Alpine image, removed dhparams gen from test units 8 năm trước cách đây
wildcard-hosts.bats d8658bd8d9 TEST: wildcards-hosts.bats - add a test which uses regexp end-of-string 8 năm trước cách đây

README.md

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/