[py-svn] r45525 - py/trunk/py/doc/future

fijal at codespeak.net fijal at codespeak.net
Tue Aug 7 09:11:20 CEST 2007


Author: fijal
Date: Tue Aug  7 09:11:18 2007
New Revision: 45525

Modified:
   py/trunk/py/doc/future/planning2.txt
Log:
be a bit more impersonal


Modified: py/trunk/py/doc/future/planning2.txt
==============================================================================
--- py/trunk/py/doc/future/planning2.txt	(original)
+++ py/trunk/py/doc/future/planning2.txt	Tue Aug  7 09:11:18 2007
@@ -1,4 +1,4 @@
-What I miss in py.test (personally):
+Missing features/bugs in pylib:
 ====================================
 
 * new skip method, so web interface would show skips which
@@ -21,8 +21,8 @@
 * once session integration is done, it would be cool to have nightly
   testing done in a systematic manner (instead of bunch of hacks, which
   is how it looks like right now), so for example codespeak would be able
-  to store information (ie via svn) and when I woke up I can type py.test show
-  and see the information of all nightly test runs which I like.
+  to store information (ie via svn) and when one woke up he can type py.test
+  show and see the information of all nightly test runs which he likes.
 
 * py.test.pdb - there is my hack for a while now, which integrates
   rlcompleter2 with pdb. First of all it requires some strange changes


More information about the py-svn mailing list