Re: [Pyobjc-dev] Testsuite adventures
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2003-05-16 10:19:32
|
On Friday, May 16, 2003, at 11:44 Europe/Amsterdam, Dinu Gherman wrote: > Hi, > > I'm investigating a little bit the shape of the testsuite and > find it to be in a slightly undesirable state. I assume this is > because there is no global testing module which you could easily > run to execute all test modules anywhere in the source tree. We use 'Scripts/runalltests'. This starts every test module in a fresh interpreter. This makes it a lot easier to add tests. Some of the tests use the AppKit frameworks, while some others will fail if you have loaded the AppKit framework. That said, even if you run all tests from 1 interpreter session you shouldn't give you bus errors. Ronald |