From c32d3f867322bb89faf6d9b0814a133ba311d03d Mon Sep 17 00:00:00 2001 From: hpk Date: Sat, 27 Jan 2007 14:09:09 +0100 Subject: [PATCH] [svn r37428] added a note about dist_rsyncroots semantics --HG-- branch : trunk --- py/doc/TODO.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/py/doc/TODO.txt b/py/doc/TODO.txt index 7a7efe0fe..ef25a286d 100644 --- a/py/doc/TODO.txt +++ b/py/doc/TODO.txt @@ -110,6 +110,14 @@ distributed testing / RSession * cleanup initialisation of config / get rid of pkgdir * unify option names (dist_*) * (optional) see if more of py/test/session.py's Session can be reused +* have dist_rsyncroots be relative to the conftest.py file + so that projects can define it for themselves, e.g. + pypy/conftest.py would contain + dist_rsyncroots = ['../pypy', '../py'] + for this there probably needs to be a + config.getvalue_and_conftestpath() + method with tests and documentation, and with providing + the right example. code quality -----------------