[py-svn] r42089 - py/trunk/py/doc

hpk at codespeak.net hpk at codespeak.net
Mon Apr 16 14:37:01 CEST 2007


Author: hpk
Date: Mon Apr 16 14:37:00 2007
New Revision: 42089

Modified:
   py/trunk/py/doc/TODO.txt
Log:
some more infos/issues put to the TODO file


Modified: py/trunk/py/doc/TODO.txt
==============================================================================
--- py/trunk/py/doc/TODO.txt	(original)
+++ py/trunk/py/doc/TODO.txt	Mon Apr 16 14:37:00 2007
@@ -14,6 +14,9 @@
 refactorings
 ------------------
 
+- merge py.execnet-lessthreads branch (it's working relatively
+  nicely, already)  (M995)
+
 - session / collection unification (particularly tryiter and buildname2items) 
 
 - refine doctests usage (particularly skips of doctests if
@@ -26,6 +29,23 @@
   use a common syntax for specifiying connection methods and 
   be able to instantiate gateways/connections through it. 
 
+- unification of "gateway"/host setup and teardown, including
+  rsyncing, i.e. cross-platform and dist-testing. 
+
+- py.apigen tool -> separate runtime-data collection and 
+  web page generation.  (see M750), provide "py.apigen" tool
+  for generating API documentation 
+
+features 
+--------------
+
+- have a py.test scan/run database for results and test names
+  etc. (to allow quicker selection of tests and post-run 
+  information on failures etc.)  (M760) 
+
+- consider features of py.apigen (recheck closed "M1016")
+
+
 
 packaging
 -------------------------------------



More information about the pytest-commit mailing list