Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm using zc.buildout for my project. How do I execute a post-build script -- meaning, after buildout runs, fetches all the eggs and puts everything in place -- now I want it to run a script. Specifically, I want it to run my unit test runner which is a script called bin/test

share|improve this question

1 Answer

You can specify several parts in [buildout] section, one of your parts can run test scripts (e.g. using pbp.recipe.noserunner, zc.recipe.testrunner, ...)

share|improve this answer
Not sure why this wasn't marked as answer already, this is THE answer to the asker's question. – apiguy Dec 13 '11 at 21:42

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.