[svn r57429] merging/porting the release branch changes and
cleanups to trunk. svn merge -r 56716:HEAD ../release/0.9.x/ to trunk --HG-- branch : trunk
This commit is contained in:
@@ -7,9 +7,11 @@ except ImportError:
|
||||
from py.__.rest import directive
|
||||
from py.__.misc import rest
|
||||
from py.__.rest.latex import process_rest_file
|
||||
from py.__.rest.testing.setup import getdata
|
||||
|
||||
datadir = py.magic.autopath().dirpath().join("data")
|
||||
testdir = py.test.ensuretemp("rest")
|
||||
def setup_module(mod):
|
||||
mod.datadir = getdata()
|
||||
mod.testdir = py.test.ensuretemp("rest")
|
||||
|
||||
class TestGraphviz(object):
|
||||
def _graphviz_html(self):
|
||||
|
||||
Reference in New Issue
Block a user