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

hpk at codespeak.net hpk at codespeak.net
Wed Jan 24 20:35:24 CET 2007


Author: hpk
Date: Wed Jan 24 20:35:23 2007
New Revision: 37291

Modified:
   py/trunk/py/doc/TODO.txt
Log:
seediff


Modified: py/trunk/py/doc/TODO.txt
==============================================================================
--- py/trunk/py/doc/TODO.txt	(original)
+++ py/trunk/py/doc/TODO.txt	Wed Jan 24 20:35:23 2007
@@ -91,9 +91,14 @@
     - running "py.test --looponfailing" 
     - running "py.test" distributed on some hosts
 
+* see why startcapture() does not use FD-based 
+  "py.io.OutErrCapture" to isolate standard output. 
+  use that check if all py and PyPy tests pass
+  as good as they do without. 
+
 * make --box run on the trunk 
 
-* (done) 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) 
 
 distributed testing / RSession
@@ -117,12 +122,12 @@
 py.test
 -------
 
-* adjust py.test documentation to reflect new
-  collector/session architecture (mostly done) 
+* (needs review) adjust py.test documentation to reflect new
+  collector/session architecture 
 
-* document py.test's conftest.py approach (somewhat done) 
+* (in-progress) document py.test's conftest.py approach
 
-* py.test fails to parse strangely formatted code after assertion failure
+* (postponed, likely) py.test fails to parse strangely formatted code after assertion failure
 
 Missing docstrings
 ------------------



More information about the pytest-commit mailing list