plone / plone.app.robotframework

Provides Robot Framework compatible resources and tools for writing functional Selenium tests (including acceptance tests) for Plone CMS and its add-ons.
https://docs.plone.org/external/plone.app.robotframework/docs/source/index.html
11 stars 17 forks source link

Remove deprecation warnings #116

Closed ale-rt closed 4 years ago

ale-rt commented 4 years ago
plone/app/robotframework/i18n.py:5: DeprecationWarning: ILanguageSchema is deprecated. It has been moved to plone.i18n.interfaces, import from there instead.
  from Products.CMFPlone.interfaces import ILanguageSchema
plone/app/robotframework/__init__.py:17: ImportWarning: Not importing directory 'plone/app/robotframework/content': missing __init__.py
  from plone.app.robotframework.content import Content
plone/app/robotframework/testing.py:160: DeprecationWarning: ZSERVER_FIXTURE is deprecated. Please import from plone.testing.zope.
  z2.ZSERVER_FIXTURE,