[Testbot] Plone 5.0 - Python 2.7 - Build # 1398 - Fixed! - 0 failure(s)

jenkins at plone.org jenkins at plone.org
Mon Feb 10 07:23:32 UTC 2014


-------------------------------------------------------------------------------
Plone 5.0 - Python 2.7 - Build # 1398 - Fixed!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-5.0-python-2.7/1398/


-------------------------------------------------------------------------------
CHANGES
-------------------------------------------------------------------------------

Repository: plone.app.testing
Branch: refs/heads/master
Date: 2014-02-09T22:38:54-08:00
Author: tisto (tisto) <tisto at plone.org>
Commit: https://github.com/plone/plone.app.testing/commit/cd047640b2a3ae9350d06ec4a0eb5841015a772a

Add ROBOT_TEST_LEVEL to __init__.py so we can import it directly.

Files changed:
M plone/app/testing/__init__.py

diff --git a/plone/app/testing/__init__.py b/plone/app/testing/__init__.py
index 2d51f4a..89b0ca9 100644
--- a/plone/app/testing/__init__.py
+++ b/plone/app/testing/__init__.py
@@ -45,7 +45,8 @@
     TEST_USER_ROLES,
 
     SITE_OWNER_NAME,
-    SITE_OWNER_PASSWORD
+    SITE_OWNER_PASSWORD,
+    ROBOT_TEST_LEVEL,
 )
 
 # Cleanup handlers




-------------------------------------------------------------------------------


More information about the Testbot mailing list