Ejemplo n.º 1
0
 def check_dependencies(self):
     check_bin_dependency("python2")
     check_bin_dependency("asciidoc")
Ejemplo n.º 2
0
 def check_dependencies(self):
     check_bin_dependency("asciidoctor")
Ejemplo n.º 3
0
 def check_dependencies(self):
     check_bin_dependency("asciidoctor")
Ejemplo n.º 4
0
def assert_xml(xml_file):
    """Validate a XML file
    """
    check_bin_dependency("xmllint")
    shell("xmllint --noout {0}".format(xml_file))
Ejemplo n.º 5
0
def assert_xml(xml_file):
    """Validate a XML file
    """
    check_bin_dependency("xmllint")
    shell("xmllint --noout {0}".format(xml_file))