Re: [Pyobjc-dev] Adding Python unit tests to xcode project?
Brought to you by:
ronaldoussoren
From: Ronald O. <ron...@ma...> - 2010-02-02 08:30:39
|
On 29 Jan, 2010, at 0:11, Mani Ghasemlou wrote: > 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? The xcode list would probably more appropriate for this question as there are more xcode experts there. That said, a custom build step should be able to do what you want. Ronald |