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

hpk at codespeak.net hpk at codespeak.net
Mon Apr 16 18:19:12 CEST 2007


Author: hpk
Date: Mon Apr 16 18:19:11 2007
New Revision: 42103

Modified:
   py/trunk/py/doc/TODO.txt
Log:
added some issues/features previously tracked elsewhere


Modified: py/trunk/py/doc/TODO.txt
==============================================================================
--- py/trunk/py/doc/TODO.txt	(original)
+++ py/trunk/py/doc/TODO.txt	Mon Apr 16 18:19:11 2007
@@ -19,6 +19,10 @@
 
 - session / collection unification (particularly tryiter and buildname2items) 
 
+- reporting unification, i.e. use dist-testing Reporter class
+  also for "normal" session, consider introduction of tkinter 
+  session (M978)
+
 - refine doctests usage (particularly skips of doctests if
   some imports/conditions are not satisfied) 
 
@@ -36,6 +40,12 @@
   web page generation.  (see M750), provide "py.apigen" tool
   for generating API documentation 
 
+- py.log: unify API, possibly deprecate duplicate ones, 
+  base things on a Config object  (hte latter almost a feature though) 
+  (M988)
+
+- consider setup/teardown for generative tests (M826)
+
 features 
 --------------
 
@@ -48,6 +58,18 @@
 - integrate rlcompleter2 (make it remotely workable) 
   and maybe integrate with "pdb" / pdbplus (M975) 
 
+- integrate native collecting of unittest.py tests from py.test 
+  (along the PyPy lib-python tests)  (M987) 
+
+- provide an automated conversion script helper for converting
+  unittest.py based tests to py.test ones. (M987)
+
+- references from ReST docs to modules, functions and classes
+  of apigen generated html docs (M960)
+
+- review svn-testing (and escape characters), consider
+  svn-bindings (M634)
+
 
 packaging
 -------------------------------------



More information about the pytest-commit mailing list