plone / plone.recipe.zope2instance

zc.buildout recipe to setup and configure a Zope 2 instance.
https://pypi.org/project/plone.recipe.zope2instance
7 stars 23 forks source link

Better fix: Installing the recipe twice should not break #198

Closed gotcha closed 1 month ago

gotcha commented 1 month ago

Remove use of global

The change made to the tests in #197 did not fail with #196 that broke running two instances.

Thus, this PR adds a working test (iow, a test that fails with #196).