Provides tools for writing unit and integration tests in a Zope and Plone environment. It is not tied to Plone, and it does not depend on Zope 2 (although it has some optional Zope 2-only features)
If one wants to run in parallel multiple layers which spawn their own ZServer, that's currently going to fail in a flaky way, when the port already happens to be taken by an another layer already running.
This thus also affects plone.app.robotframework, which will also need to get fixed once this is tackled on the plone.testing side.
If one wants to run in parallel multiple layers which spawn their own ZServer, that's currently going to fail in a flaky way, when the port already happens to be taken by an another layer already running.
This thus also affects
plone.app.robotframework
, which will also need to get fixed once this is tackled on theplone.testing
side.