from __future__ import generators |
|
import py |
from py.__.misc import rest |
|
def setup_module(mod): |
if not py.path.local.sysfind("gs") or \ |
not py.path.local.sysfind("dot") or \ |
not py.path.local.sysfind("latex"): |
py.test.skip("ghostscript, graphviz and latex needed") |
try: |
import docutils |
except ImportError: |
py.test.skip("docutils not present") |