Commit 7475c7cb authored by Jérome Perrin's avatar Jérome Perrin

tests: specify relative path to README.rst

parent e1387cdd
......@@ -139,7 +139,7 @@ class GitCloneNonInformativeTests(unittest.TestCase):
def test_suite():
suite = unittest.TestSuite((
doctest.DocFileSuite(
'README.rst',
os.path.join(os.path.dirname(__file__), '..', '..', '..', 'README.rst'),
module_relative=False,
setUp=setUp,
tearDown=zc.buildout.testing.buildoutTearDown,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment