[Pyobjc-dev] unit tests from ObjC
Brought to you by:
ronaldoussoren
From: Bill B. <bb...@co...> - 2003-02-16 21:37:25
|
On Sunday, Feb 16, 2003, at 16:30 US/Eastern, Ronald Oussoren wrote: > + BTW. The unittests don't cover calling Python from Objective-C at > all! Agreed -- the unit tests don't cover testing from the perspective of ObjC at all. Not just calling from ObjC->Python, but any of the bridging or other functionality from [subclassing, method addition, etc] from the ObjC side. Certainly, the cross bridge calling is the big one to test. Maybe we should add a compiled test module to each of the test/ directories? The end result should not be offensively large and it would likely contribute greatly to overall bridge quality.... b.bum |