mirror of
https://github.com/thib8956/nginx-proxy
synced 2024-11-22 03:46:29 +00:00
TESTS: make pytest verbose by default
This commit is contained in:
parent
9f26efdf86
commit
02f9e29a31
@ -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
|
||||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user