From 02abf0ee5dfc2ff2d56fc96889a87cc7c8ad3978 Mon Sep 17 00:00:00 2001 From: fijal Date: Mon, 29 Jan 2007 14:10:51 +0100 Subject: [PATCH] [svn r37535] update on that --HG-- branch : trunk --- py/doc/TODO.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/py/doc/TODO.txt b/py/doc/TODO.txt index 06e2f2b2d..a8864a37c 100644 --- a/py/doc/TODO.txt +++ b/py/doc/TODO.txt @@ -119,7 +119,8 @@ distributed testing / RSession * (DONE, except apigen) 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 +* (DONE, but slightly different way) + 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:: @@ -132,6 +133,15 @@ distributed testing / RSession method with tests and documentation, and with providing the right example. + way it's done: + + dist_rsyncroots refer *only* to a directory where it's placed. + This avoids tons of confusion, like what to do if different conftests + point to the same place. So by now pypy rootdir should contain + conftest.py with:: + + dist_rsyncroots = ['pypy', 'pylib', 'lib-python'] + code quality -----------------