parent
00812c46f9
commit
a1171a8726
|
@ -102,18 +102,21 @@ testing
|
||||||
use that check if all py and PyPy tests pass
|
use that check if all py and PyPy tests pass
|
||||||
as good as they do without.
|
as good as they do without.
|
||||||
|
|
||||||
* make --box run on the trunk
|
* make --box run on the trunk. This requires having some sort of
|
||||||
|
is_boxed() function, while having it on config object seems
|
||||||
|
to be not that smart idea.
|
||||||
|
|
||||||
* (DONE more or less) try to be as 2.2 compatible as possible
|
* (DONE more or less) try to be as 2.2 compatible as possible
|
||||||
(use e.g. py.builtin.enumerate instead of "enumerate" directly)
|
(use e.g. py.builtin.enumerate instead of "enumerate" directly)
|
||||||
|
|
||||||
* have all sessions check their options via Session.fixoptions()
|
* (DONE for rsession) have all sessions check their options via
|
||||||
and have session-particular tests and checks accordingly.
|
Session.fixoptions() and have session-particular tests and checks
|
||||||
|
accordingly.
|
||||||
|
|
||||||
distributed testing / RSession
|
distributed testing / RSession
|
||||||
------------------------------------
|
------------------------------------
|
||||||
|
|
||||||
* cleanup initialisation of config / get rid of pkgdir
|
* (DONE, except apigen) cleanup initialisation of config / get rid of pkgdir
|
||||||
* unify option names (dist_*)
|
* unify option names (dist_*)
|
||||||
* (optional) see if more of py/test/session.py's Session can be reused
|
* (optional) see if more of py/test/session.py's Session can be reused
|
||||||
* have dist_rsyncroots be relative to the conftest.py file
|
* have dist_rsyncroots be relative to the conftest.py file
|
||||||
|
|
Loading…
Reference in New Issue