Skip to content

Pramila15/testinfra-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

testinfra-docker

IMAGE_REVISION=$IMAGE_REVISION docker-compose run
-v /var/run/docker.sock:/var/run/docker.sock
--rm
"$IMAGE"
bash -c
"py.test test.py --verbose"