TESTS: make pytest verbose by default
This commit is contained in:
parent
9f26efdf86
commit
02f9e29a31
2 changed files with 3 additions and 3 deletions
|
@ -7,10 +7,10 @@ update-dependencies:
|
|||
|
||||
test-debian: update-dependencies
|
||||
docker build -t jwilder/nginx-proxy:test ..
|
||||
./test.sh -v
|
||||
./test.sh
|
||||
|
||||
test-alpine: update-dependencies
|
||||
docker build -f ../Dockerfile.alpine -t jwilder/nginx-proxy:test ..
|
||||
./test.sh -v
|
||||
./test.sh
|
||||
|
||||
test: test-debian test-alpine
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[pytest]
|
||||
# disable the creation of the `.cache` folders
|
||||
addopts = -p no:cacheprovider -r s
|
||||
addopts = -p no:cacheprovider -r s -v
|
Loading…
Reference in a new issue