plone / plone.app.testing

Testing tools for Plone-the-application
http://pypi.python.org/pypi/plone.app.testing
2 stars 7 forks source link

Removed backwards compatibility code for old quickinstaller. #71

Closed mauritsvanrees closed 4 years ago

mauritsvanrees commented 4 years ago

Current plone.app.testing is only for Plone 5.2+, so this code was no longer used. See also PLIP 1775: https://github.com/plone/Products.CMFPlone/issues/1775.

PLIP was approved. I cherry-pick from the older branch from that PLIP. This branch should work fine on 5.2 and 6.0 and can be tested and merged on its own.

mister-roboto commented 4 years ago

@mauritsvanrees thanks for creating this Pull Request and help improve Plone!

To ensure that these changes do not break other parts of Plone, the Plone test suite matrix needs to pass.

Whenever you feel that the pull request is ready to be tested, either start all jenkins jobs pull requests by yourself, or simply add a comment in this pull request stating:

@jenkins-plone-org please run jobs

With this simple comment all the jobs will be started automatically.

Happy hacking!

mauritsvanrees commented 4 years ago

@jenkins-plone-org please run jobs