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

TESTS: make pytest verbose by default

This commit is contained in:
Thomas LEVEIL 2017-02-14 03:01:35 +01:00
parent 9f26efdf86
commit 02f9e29a31
2 changed files with 3 additions and 3 deletions

View File

@ -7,10 +7,10 @@ update-dependencies:
test-debian: update-dependencies test-debian: update-dependencies
docker build -t jwilder/nginx-proxy:test .. docker build -t jwilder/nginx-proxy:test ..
./test.sh -v ./test.sh
test-alpine: update-dependencies test-alpine: update-dependencies
docker build -f ../Dockerfile.alpine -t jwilder/nginx-proxy:test .. docker build -f ../Dockerfile.alpine -t jwilder/nginx-proxy:test ..
./test.sh -v ./test.sh
test: test-debian test-alpine test: test-debian test-alpine

View File

@ -1,3 +1,3 @@
[pytest] [pytest]
# disable the creation of the `.cache` folders # disable the creation of the `.cache` folders
addopts = -p no:cacheprovider -r s addopts = -p no:cacheprovider -r s -v