[py-svn] r39981 - py/trunk/py/doc/talk

fijal at codespeak.net fijal at codespeak.net
Tue Mar 6 13:38:50 CET 2007


Author: fijal
Date: Tue Mar  6 13:38:49 2007
New Revision: 39981

Added:
   py/trunk/py/doc/talk/notes.txt
Log:
Some random notes about future pylib direction


Added: py/trunk/py/doc/talk/notes.txt
==============================================================================
--- (empty file)
+++ py/trunk/py/doc/talk/notes.txt	Tue Mar  6 13:38:49 2007
@@ -0,0 +1,15 @@
+
+* Persistant storage layer for storing py.test output, sharing such stuff
+  and presenting (Presenting mostly means combining tones of hacks here
+  and there). We need to store test results, revisions and additional
+  metadata like apigen output
+
+* Having some kind of pdbplus, which will combine rlcompleter, apigen
+  information and other various fixes.
+
+* Improve distributed testing by:
+  - sharing even more code with normal testing
+  - using greenexecnet wherever possible (falling back to normal
+    execnet)
+  - make test redistribution somehow (in a clean way!)
+  - C-c support



More information about the pytest-commit mailing list