This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| *** Settings *** | |
| Variables plone/app/testing/interfaces.py | |
| Variables variables.py | |
| Library Selenium2Library timeout=${SELENIUM_TIMEOUT} implicit_wait=${SELENIUM_IMPLICIT_WAIT} | |
| Resource keywords.txt | |
| Suite Setup Suite Setup |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- coding:utf-8 -*- | |
| from plone.app.blob.interfaces import IATBlobFile | |
| from plone.app.blob.migrations import ATFileToBlobMigrator | |
| from plone.app.blob.migrations import migrate | |
| from Products.contentmigration.walker import CustomQueryWalker | |
| from Testing.makerequest import makerequest | |
| from zope.component.hooks import setSite | |
| from zope.interface import noLongerProvides | |
| import transaction |
NewerOlder