hashicorp / vagrant

Vagrant is a tool for building and distributing development environments.
https://www.vagrantup.com
Other
26.24k stars 4.44k forks source link

Add test coverage for ansible_local provisioner #6633

Open gildegoma opened 8 years ago

gildegoma commented 8 years ago

Context: For refactoring safety on the ansible provisioner, the introduction of ansible_local has been made without major changes in the unit test parts. The downside: unit tests should also be refactored to ease the coverage of both ansible provisioners.

See #2103, #5340 and #6500

Goal:

Keep codebase stable after release 1.8.0, and introduce a new set of unit tests covering both provisioners before accepting new changes.

See http://betterspecs.org/

Tasks:

Related Issues:

gildegoma commented 4 years ago

Unit Test coverage is added for cap code via #11227