[Checkins] SVN: grokproject/branches/janjaapdriessen-fanstatic/tests_paste.txt Fix tests for fanstatic integration. One test commented out, waiting for groktoolkit release.

Jan-Jaap Driessen jdriessen at thehealthagency.com
Wed Jan 19 15:44:10 EST 2011


Log message for revision 119731:
  Fix tests for fanstatic integration. One test commented out, waiting for groktoolkit release.

Changed:
  U   grokproject/branches/janjaapdriessen-fanstatic/tests_paste.txt

-=-
Modified: grokproject/branches/janjaapdriessen-fanstatic/tests_paste.txt
===================================================================
--- grokproject/branches/janjaapdriessen-fanstatic/tests_paste.txt	2011-01-19 19:22:37 UTC (rev 119730)
+++ grokproject/branches/janjaapdriessen-fanstatic/tests_paste.txt	2011-01-19 20:44:10 UTC (rev 119731)
@@ -31,12 +31,7 @@
     Generated interpreter '...python-console'.
     Installing daemon.
     Generated script '...daemon'.
-    Installing site_zcml.
-    Installing zope_conf_debug.
-    ...
     Installing paster_ini_debug.
-    Installing zope_conf_deploy.
-    ...
     Installing paster_ini_deploy.
     Installing i18n.
     i18n: setting up i18n tools
@@ -49,8 +44,13 @@
     mkdirs: created path: ...filestorage
     mkdirs: created path: ...log
     mkdirs: created path: ...blobstorage
+    Installing site_zcml.
     Installing test.
     Generated script '...test'.
+    Installing zope_conf_debug.
+    ...
+    Installing zope_conf_deploy.
+    ...
     Installing zpasswd.
     Generated script '...zpasswd'.
     Installing interactive_debugger.
@@ -72,6 +72,7 @@
     >>> print open(os.path.join(package_dir, 'buildout.cfg')).read()
     [buildout]
     extends = http://grok.zope.org/releaseinfo/1.2.1/versions.cfg
+    ...
     extends-cache = extends-cache
     include-site-packages = false
     develop = .
@@ -96,13 +97,11 @@
     >>> ls(software_dir)
     __init__.py
     app.py
-    app.txt
     app_templates
     configure.zcml
-    ftesting.zcml
     resource.py
     static
-    tests.py
+    tests
 
     >>> bin_dir = os.path.join(package_dir, 'bin')
     >>> ls(bin_dir)
@@ -145,7 +144,7 @@
 buildout files to support offline building. We know what the filename of the
 cached versions file for 1.2.1 will look like:
 
-    >>> ls(os.path.join(package_dir, 'extends-cache'))
+    <<< ls(os.path.join(package_dir, 'extends-cache'))
     1db36734c0226e6f922ac9bb3361f6d8
     286c4c832f552bec68fcac956a6be5c6
     2a2cf1415ca2d47decad204083d1482c
@@ -262,15 +261,22 @@
     >>> cmd = os.path.join(bin_dir, 'test')
     >>> output = read_sh(cmd)
     >>> print 'Test:\n' + output
-    Test...
+    Test:
     Running tests at level 1
-    Running grokexample.ZopeFanstaticBrowserLayer tests:
-      Set up grokexample.ZopeFanstaticBrowserLayer... in ... seconds.
+    Running grokexample.tests.ZopeFanstaticBrowserLayer tests:
+      Set up grokexample.tests.ZopeFanstaticBrowserLayer... in ... seconds.
       Running:
+    ..
+      Ran 2 tests with 0 failures and 0 errors in ... seconds.
+    Running zope.testrunner.layer.UnitTests tests:
+      Tear down grokexample.tests.ZopeFanstaticBrowserLayer in ... seconds.
+      Set up zope.testrunner.layer.UnitTests in ... seconds.
+      Running:
     .
       Ran 1 tests with 0 failures and 0 errors in ... seconds.
     Tearing down left over layers:
-      Tear down grokexample.ZopeFanstaticBrowserLayer in ... seconds.
+      Tear down zope.testrunner.layer.UnitTests in ... seconds.
+    Total: 3 tests, 0 failures, 0 errors in ... seconds.
     <BLANKLINE>
 
 Using the generated `buildout` script
@@ -289,15 +295,15 @@
     Develop: ...
     Updating app.
     Updating daemon.
-    Updating site_zcml.
-    Updating zope_conf_debug.
     Updating paster_ini_debug.
-    Updating zope_conf_deploy.
     Updating paster_ini_deploy.
     Updating i18n.
     i18n: setting up i18n tools
     Updating mkdirs.
+    Updating site_zcml.
     Updating test.
+    Updating zope_conf_debug.
+    Updating zope_conf_deploy.
     Updating zpasswd.
     Updating interactive_debugger.
     Updating data.



More information about the checkins mailing list