[svn r37428] added a note about dist_rsyncroots semantics

--HG--
branch : trunk
This commit is contained in:
hpk 2007-01-27 14:09:09 +01:00
parent 6c428bafbf
commit c32d3f8673
1 changed files with 8 additions and 0 deletions

View File

@ -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
-----------------