import os
@pytest.mark.parametrize('binary', [
+ 'acyclic',
+ 'bcomps',
+ 'ccomps',
+ 'circo',
+ 'cluster',
+ 'diffimg',
+ 'dijkstra',
+ 'dot',
+ 'dot2gxl',
'dot_builtins',
+ 'dotty',
+ 'edgepaint',
+ 'fdp',
+ 'gc',
+ 'gml2gv',
+ 'graphml2gv',
+ 'gv2gml',
+ 'gv2gxl',
+ 'gvcolor',
+ 'gvedit',
+ 'gvgen',
+ 'gvmap',
+ 'gvmap.sh',
+ 'gvpack',
+ 'gvpr',
+ 'gxl2dot',
+ 'gxl2gv',
+ 'lefty',
+ 'lneato',
'mingle',
+ 'mm2gv',
+ 'neato',
+ 'nop',
+ 'osage',
+ 'patchwork',
+ 'prune',
+ 'sccmap',
+ 'sfdp',
'smyrna',
+ 'tred',
+ 'twopi',
+ 'unflatten',
+ 'vimdot',
])
def test_existence(binary: str):
'''