From 02f9e29a31c28151217c5de0ee9ae21bd493b335 Mon Sep 17 00:00:00 2001 From: Thomas LEVEIL Date: Tue, 14 Feb 2017 03:01:35 +0100 Subject: [PATCH] TESTS: make pytest verbose by default --- test2/Makefile | 4 ++-- test2/pytest.ini | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test2/Makefile b/test2/Makefile index e00e495..5eaf9b4 100644 --- a/test2/Makefile +++ b/test2/Makefile @@ -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 diff --git a/test2/pytest.ini b/test2/pytest.ini index 1a8f925..1425b42 100644 --- a/test2/pytest.ini +++ b/test2/pytest.ini @@ -1,3 +1,3 @@ [pytest] # disable the creation of the `.cache` folders -addopts = -p no:cacheprovider -r s \ No newline at end of file +addopts = -p no:cacheprovider -r s -v \ No newline at end of file