[py-svn] r11051 - py/dist/py/documentation

hpk at codespeak.net hpk at codespeak.net
Sat Apr 23 20:21:23 CEST 2005


Author: hpk
Date: Sat Apr 23 20:21:23 2005
New Revision: 11051

Added:
   py/dist/py/documentation/TODO.txt
Log:
add a TODO list, helping to plan for a 0.8.0 release. 



Added: py/dist/py/documentation/TODO.txt
==============================================================================
--- (empty file)
+++ py/dist/py/documentation/TODO.txt	Sat Apr 23 20:21:23 2005
@@ -0,0 +1,33 @@
+Things to do before 0.8.0 
+-------------------------
+
+distutils install 
+----------------- 
+
+* see if things work on Win32 
+
+* do something about c-extensions both on unix-ish 
+  and win32 systems 
+
+
+py.test
+-------
+
+* adjust py.test documentation to reflect new
+  collector/session architecture 
+
+* document py.test's conftest.py approach 
+
+* put Armin's collect class into py.__builtin__ 
+
+* try get rid of Collect.tryiter() in favour of 
+  using Armin's collect class 
+
+* hide py.test.TerminalSession and TkinterSession? 
+
+misc
+----
+
+* get Armin or Christian to fix greenlets on 
+  recent gcc's (compile fails at least for 
+  switch_x86_unix.h)



More information about the pytest-commit mailing list