1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-29 23:49:09 +00:00

Initial ansible-test implementation. (#18556)

This commit is contained in:
Matt Clay 2016-11-29 21:21:53 -08:00 committed by GitHub
parent d95eac16eb
commit 6bbd92e422
191 changed files with 5483 additions and 48 deletions

7
test/utils/shippable/units.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/bash -eux
set -o pipefail
pip install tox --disable-pip-version-check
ansible-test units --color -v --tox --coverage