Hello,<br><br>I&#39;m trying to run tests for an egg-packaged product, deployed in development mode (I&#39;m using zope 2.10.1).<br>I&#39;m using the &quot;zopectl test&quot; command, with &quot;--path&quot; set to my product source directory.
<br><br>The problem is that the test runner seems to call the product initialize() function 2 times, resulting in duplicated profile id declarations...<br><br>Is there a way to run the tests for an egg-packaged product without setting the --path option to the source dir, in order to prevent this duplication ?
<br><br>Thanks<br>Seb<br><br>