Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
#!/usr/bin/python
# -*- coding: utf-8 -*-
"""Testinfra tests."""


def test_ansible_hostname(host):
    """Validate hostname."""
    f = host.file("/tmp/molecule/instance-1")
    assert not f.exists