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

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -