[Pyobjc-dev] Adding Python unit tests to xcode project?
Brought to you by:
ronaldoussoren
From: Mani G. <ma...@tu...> - 2010-01-28 23:12:01
|
Hello, This might be more of an Xcode question than PyObjC, but was hoping someone on this list could answer. I have some unit testing .py files added to my project. I would like to have these unit tests run when build is called by Xcode, and for the build to halt with error if any of the unit tests fail. Can anyone recommend a clean way to accomplish this? Thanks very much, Mani |