def test(): """Tests for the existence of the ansible program.""" minimum_version = "1.4.0" util.module_version_check(minimum_version, "ansible")
def library_test(): """Tests for the existence of the vagrant python library.""" minimum_version = "0.4.0" util.module_version_check(minimum_version, "vagrant", "python-vagrant")
def test(): """Tests for the existence of the boto library.""" minimum_version = "2.8.0" util.module_version_check(minimum_version, "boto")