mirror of
https://github.com/thib8956/nginx-proxy
synced 2024-11-22 03:46:29 +00:00
TESTS: rename nginx-proxy-tester.sh to test.sh
This commit is contained in:
parent
87926db4c3
commit
e6bc7e6043
@ -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
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user