python - Functional tests with vagrant in docker -
to test parts of code require fresh vm use vagrant. automate testing use python-vagrant package automatically create , destroy vms.
the problem switched docker, app in containerized , therefore run tests inside testing container. if install vagrant inside container complains there no virtualbox around. there possibility solve problem?
right created makefile function spins vm runs container executing tests , destroys vm @ end. not allow me perform vm rollbacks between tests , on.
Comments
Post a Comment