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

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


Author: hpk
Date: Wed Jan 24 20:16:26 2007
New Revision: 37289

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


Modified: py/trunk/py/doc/TODO.txt
==============================================================================
--- py/trunk/py/doc/TODO.txt	(original)
+++ py/trunk/py/doc/TODO.txt	Wed Jan 24 20:16:26 2007
@@ -68,21 +68,18 @@
 APIGEN / source viewer
 -------------------------------------
 
-* make py.test --apigen=PATH_TO_SCRIPT 
+* (DONE) make py.test --apigen=PATH_TO_SCRIPT 
   collect tracing information and call the apigen 
   script to produce api and source code documentation
 
-  (done)
-
 * deploy the above "py.test --apigen" run on codespeak 
   regularly, determine directory locations and URL namespace design. 
 
-* integrate rest directive into py/documentation/conftest.py 
+* (DONE, XXX functions/methods?) integrate rest directive into 
+  py/documentation/conftest.py 
   with help code from py.__.rest.directive.... 
   make sure that the txt files in py/documentation/ use it
 
-  (done XXX functions/methods)
-
 testing
 -----------
 
@@ -94,18 +91,11 @@
     - running "py.test --looponfailing" 
     - running "py.test" distributed on some hosts
 
-* consider --box on trunk (XXX guido - find tests that depend on each other)
-
-* tests should not create any tempdirectories in the source code base
+* make --box run on the trunk 
 
-
-  (done)
-
-* try to be as 2.2 compatible as possible 
+* (done) try to be as 2.2 compatible as possible 
   (use e.g. py.builtin.enumerate instead of "enumerate" directly) 
 
-  (done)
-
 distributed testing / RSession
 ------------------------------------
 



More information about the pytest-commit mailing list