[Checkins] SVN: zc.recipe.testrunner/trunk/ Merged:

jim cvs-admin at zope.org
Sun Feb 10 17:29:11 UTC 2013


Log message for revision 129251:
  
  Merged:
  
    r114951 | regebro | 2010-07-23 06:56:26 -0400 (Fri, 23 Jul 2010) | 2 lines
    Changed paths:
       M /zc.recipe.testrunner/trunk/src/zc/recipe/testrunner/bugfixes.txt
  
    Fixing a small bug in the output.
  
  

Changed:
  U   zc.recipe.testrunner/trunk/CHANGES.txt
  U   zc.recipe.testrunner/trunk/setup.py
  U   zc.recipe.testrunner/trunk/src/zc/recipe/testrunner/bugfixes.txt

-=-
Modified: zc.recipe.testrunner/trunk/CHANGES.txt
===================================================================
--- zc.recipe.testrunner/trunk/CHANGES.txt	2013-02-10 17:12:25 UTC (rev 129250)
+++ zc.recipe.testrunner/trunk/CHANGES.txt	2013-02-10 17:29:10 UTC (rev 129251)
@@ -2,6 +2,26 @@
 Change History
 **************
 
+2.0.0 (2013-02-10)
+==================
+
+Work with buildout 2.
+
+This was accomplised by (essentially) reverting the changes made in
+1.4.0.
+
+1.4.0 (2010-08-27)
+==================
+
+- Update to using zc.buildout 1.5.0 script generation.  This adds the
+  following options: include-site-packages, allowed-eggs-from-site-packages,
+  extends, and exec-sitecustomize.
+
+- Merge fixes from 1.2.1
+  (svn://svn.zope.org/repos/main/zc.recipe.testrunner/tags/1.2.1)
+  Excluding nailing zope.testing version. That fixes a bunch of
+  windows issues
+
 1.3.0 (2010-06-09)
 ==================
 

Modified: zc.recipe.testrunner/trunk/setup.py
===================================================================
--- zc.recipe.testrunner/trunk/setup.py	2013-02-10 17:12:25 UTC (rev 129250)
+++ zc.recipe.testrunner/trunk/setup.py	2013-02-10 17:29:10 UTC (rev 129251)
@@ -7,7 +7,7 @@
 name = "zc.recipe.testrunner"
 setup(
     name = name,
-    version = "1.3.0",
+    version = "2.0.0",
     author = "Jim Fulton",
     author_email = "jim at zope.com",
     description = "ZC Buildout recipe for creating test runners",

Modified: zc.recipe.testrunner/trunk/src/zc/recipe/testrunner/bugfixes.txt
===================================================================
--- zc.recipe.testrunner/trunk/src/zc/recipe/testrunner/bugfixes.txt	2013-02-10 17:12:25 UTC (rev 129250)
+++ zc.recipe.testrunner/trunk/src/zc/recipe/testrunner/bugfixes.txt	2013-02-10 17:29:10 UTC (rev 129251)
@@ -91,4 +91,7 @@
   Running in a subprocess.
   Set up bugfix1.tests.Layer2 in 0.000 seconds.
   Ran 1 tests with 0 failures and 0 errors in 0.000 seconds.
+  Tear down bugfix1.tests.Layer2 in 0.001 seconds.
+Tearing down left over layers:
+  Tear down bugfix1.tests.Layer1 in 0.001 seconds.
 Total: 2 tests, 0 failures, 0 errors in 0.261 seconds.



More information about the checkins mailing list