[py-svn] r33019 - py/dist/py/documentation/apigen

fijal at codespeak.net fijal at codespeak.net
Sun Oct 8 23:03:05 CEST 2006


Author: fijal
Date: Sun Oct  8 23:03:03 2006
New Revision: 33019

Modified:
   py/dist/py/documentation/apigen/assumptions.txt
   py/dist/py/documentation/apigen/roadmap.txt
Log:
Fixed rest.


Modified: py/dist/py/documentation/apigen/assumptions.txt
==============================================================================
--- py/dist/py/documentation/apigen/assumptions.txt	(original)
+++ py/dist/py/documentation/apigen/assumptions.txt	Sun Oct  8 23:03:03 2006
@@ -33,3 +33,8 @@
   object which was really used, than least basic superclass of arguments
   that went inside).
 
+Milestone 1:
+------------
+
+Date is set till sprint in Duesseldorf.
+

Modified: py/dist/py/documentation/apigen/roadmap.txt
==============================================================================
--- py/dist/py/documentation/apigen/roadmap.txt	(original)
+++ py/dist/py/documentation/apigen/roadmap.txt	Sun Oct  8 23:03:03 2006
@@ -14,6 +14,7 @@
 
 * further py.test distributed developement, especially incorporating
   some command line options (I think -x and -k are done). This might be:
+
   - options transfer to clients (maybe whole conftest) to allow them
     to perform special things.
   - -s (how???) --view for pypy, etc.
@@ -41,6 +42,7 @@
   than gather information and report it somehow. Should work as well
   in distributed version (due to cool reporting, this might be the first
   place to integrate). Various issues:
+
   - Measure in MegaPystones or some other not-CPU-dependant units, so
     we can compare results from different machines.
 
@@ -73,6 +75,7 @@
 * Make clean vision of pypy annotation typesystem, probably even
   extend it a bit (it's still easier to use than providing all
   the interface on our own). Possible extensions:
+
   - Provide SomeUnion instead of SomeObject which will behave like
     gathering all possibilities together (this might be beneficient to
     pypy as well).



More information about the pytest-commit mailing list