Hi, Does anybody know how to do unit test on Plone 4.0b1? My current effort is based on the following:
http://plone.org/documentation/kb/testing/writing-a-plonetestcase-unit-integration-test and I adjusted to add the following to my buildout.cfg: [test] recipe = zc.recipe.testrunner eggs = ${instance:eggs} myproduct.contenttype However, it seems: (1) the execution time is too long (2 minutes or so), (2) the test result specific to my own "myproduct.contenttype" is buried in all test results of "${instance:eggs}" and hard to spot.... Any suggestion for making life easier would be really appreciated. Regards, leejason -- View this message in context: http://n2.nabble.com/unit-test-on-Plone-4-0b1-tp4768113p4768113.html Sent from the Product Developers mailing list archive at Nabble.com. _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
