[svn r38110] i don't think one needs to use svnwc's anymore,
at least it works for me, i think. --HG-- branch : trunk
This commit is contained in:
parent
f07e482ddb
commit
07db3fd2cc
|
@ -15,10 +15,9 @@ def test_graphviz_html():
|
||||||
if not py.path.local.sysfind("dot"):
|
if not py.path.local.sysfind("dot"):
|
||||||
py.test.skip("graphviz needed")
|
py.test.skip("graphviz needed")
|
||||||
directive.set_backend_and_register_directives("html")
|
directive.set_backend_and_register_directives("html")
|
||||||
#for reasons that elude me rest.process expects svnwcs???
|
|
||||||
if not py.path.local.sysfind("svn"):
|
if not py.path.local.sysfind("svn"):
|
||||||
py.test.skip("svn needed")
|
py.test.skip("svn needed")
|
||||||
txt = py.path.svnwc(datadir.join("graphviz.txt"))
|
txt = datadir.join("graphviz.txt")
|
||||||
html = txt.new(ext="html")
|
html = txt.new(ext="html")
|
||||||
png = datadir.join("example1.png")
|
png = datadir.join("example1.png")
|
||||||
rest.process(txt)
|
rest.process(txt)
|
||||||
|
|
Loading…
Reference in New Issue