1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2024-11-22 11:56:31 +00:00

TESTS: rename nginx-proxy-tester.sh to test.sh

This commit is contained in:
Thomas LEVEIL 2017-02-11 03:47:31 +01:00
parent 87926db4c3
commit e6bc7e6043
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ You need [python 2.7](https://www.python.org/) and [pip](https://pip.pypa.io/en/
requirements/build.sh requirements/build.sh
pip install -r requirements/python-requirements.txt pip install -r requirements/python-requirements.txt
If you can't install those requirements on your computer, you can alternatively use the _nginx-proxy-tester.sh_ script which will run the tests from a Docker container which has those requirements. If you can't install those requirements on your computer, you can alternatively use the _test.sh_ script which will run the tests from a Docker container which has those requirements.
Prepare the nginx-proxy test image Prepare the nginx-proxy test image

View File

@ -13,7 +13,7 @@ pip:
pip install -r python-requirements.txt pip install -r python-requirements.txt
If you don't want to run the test from your computer, you can run the tests from a docker container, see the _nginx-proxy-tester.sh_ script. If you don't want to run the test from your computer, you can run the tests from a docker container, see the _test.sh_ script.
# Images # Images
@ -49,4 +49,4 @@ answer from port 80
This is an optional requirement which is usefull if you cannot (or don't want to) install pytest and its requirements on your computer. In this case, you can use the `nginx-proxy-tester` docker image to run the test suite from a Docker container. This is an optional requirement which is usefull if you cannot (or don't want to) install pytest and its requirements on your computer. In this case, you can use the `nginx-proxy-tester` docker image to run the test suite from a Docker container.
To use this image, it is mandatory to run the container using the `nginx-proxy-tester.sh` shell script. To use this image, it is mandatory to run the container using the `test.sh` shell script. The script will build the image and run a container from it with the appropriate volumes and settings.