Hello all,<br><br>I think this is probably mostly just a question about standard practice and expected outcomes as regards testing in Plone.&nbsp; I thought it would be cute to try running all of the tests in Plone.&nbsp; To do this I&#39;m using the most basic, undoctored buildout from ZopeSkel and then:<br>
<br>&nbsp;$ bin/instance test<br><br>What I find is this results in a decent number of errors and doesn&#39;t actually finish--the last output is a stack trace from one of the tests and not a report of any kind.<br><br>Which, makes me wonder, does anybody do this?&nbsp; Is it advisable to even think about doing this?&nbsp; Is the standard practice to just isolate and test the modules that are relevant to what you&#39;re doing?<br>
<br>While it would be nice to have a nice, known to work, global baseline, I understand that maybe some of these tests assume external dependencies in your server environment are configured in a particular way.&nbsp; What is the standard practice, here, with regard to running these tests and what is the expected outcome?<br>
<br>Running the above generated about 4MB of console output that I&#39;m happy to forward to anyone who cares take a gander.<br><br>Thanks,<br>Chris Rossi<br><br>