Re: [Pyobjc-dev] unit tests from ObjC
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2003-02-20 06:50:45
|
On Thursday, Feb 20, 2003, at 03:23 Europe/Amsterdam, Bill Bumgarner wrote: > On Monday, Feb 17, 2003, at 01:58 US/Eastern, Ronald Oussoren wrote: >> I was thinking of writing 1 compiled module containing a small number >> of 'native' Objective-C classes (possibly 1), this would be part in >> Lib/objc/test. I'll start by creating a test that mirrors >> Examples/subclassing-objective-c.py. > > Sounds like a plan. Do we need one per Cocoa and Foundation under the > assumption that (a) they need testing and (b) loading the objc tests > should not drag in the Cocoa [at least] or Foundation tests? I've started on a module in Lib/objc/test, I'll check it in when I've automated the build procedure. I don't think we need native modules in AppKit or Foundation. We will be testing the very core of the bridge: message passing. If the unittests are good enough we don't have to add additional tests for additional frameworks. Ronald |