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

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/