[Checkins] SVN: Sandbox/philikon/zopeproject/trunk/README.txt Record my last feature addition.

Philipp von Weitershausen philikon at philikon.de
Sat Sep 15 18:09:14 EDT 2007


Log message for revision 79684:
  Record my last feature addition.
  
  Some cleanup
  

Changed:
  U   Sandbox/philikon/zopeproject/trunk/README.txt

-=-
Modified: Sandbox/philikon/zopeproject/trunk/README.txt
===================================================================
--- Sandbox/philikon/zopeproject/trunk/README.txt	2007-09-15 22:05:08 UTC (rev 79683)
+++ Sandbox/philikon/zopeproject/trunk/README.txt	2007-09-15 22:09:14 UTC (rev 79684)
@@ -372,14 +372,19 @@
   ``*package*-ctl`` (where ``*package*`` is the name of the package
   created with zopeproject).
 
-* Added a debug script that configures the application and drops into
-  an interpreter session.  It is also available via ``*package*-ctl
-  debug``
+* Added a debug script called ``*package*-debug`` that configures the
+  application and drops into an interpreter session.  It is also
+  available via ``*package*-ctl debug``.
 
 * Added ``debug.ini`` which configures a WSGI middleware for
   intercepting exceptions and live debugging (either using Paste's
   evalexception middleware or the Python debugger pdb_).
 
+* Added a functional test layer in ``*package*.testing`` which loads
+  the new ``ftesting.zcml``.  Convenience definitions of test suites
+  pre-configured for that layer are available in ``*package*.testing``
+  as well.
+
 * More improvements to the README.txt file.
 
 Bugfixes and restructuring



More information about the Checkins mailing list