Explorar o código

TESTS: add verbosity

Thomas LEVEIL %!s(int64=8) %!d(string=hai) anos
pai
achega
73fda600b3
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      test2/Makefile

+ 2 - 2
test2/Makefile

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