1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-07-01 06:15:45 +00:00

TESTS: rewrite tests using pytest and docker-compose

Experimentation to see if it is worth the effort
This commit is contained in:
Thomas LEVEIL
2016-12-10 00:53:23 +01:00
parent 985c46d8b5
commit 197d793a25
50 changed files with 1716 additions and 1 deletions

View File

@ -1,5 +1,5 @@
.SILENT :
.PHONY : test
.PHONY : test test2
update-dependencies:
docker pull jwilder/docker-gen:0.7.3
@ -19,3 +19,9 @@ test-alpine:
bats test
test: test-debian test-alpine
test2-debian:
$(MAKE) -C test2 test-debian
test2-alpine:
$(MAKE) -C test2 test-alpine