mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
Add conformity tests hack
- That can be used with: ./script/test/acceptance Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
parent
3c89ff843a
commit
0ace76114b
3 changed files with 249 additions and 1 deletions
3
script/test/acceptance
Executable file
3
script/test/acceptance
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
pytest --conformity --binary ${1:-docker-compose} tests/acceptance/
|
||||
Loading…
Add table
Add a link
Reference in a new issue