Re: [Pyobjc-dev] Testsuite adventures
Brought to you by:
ronaldoussoren
From: Dinu G. <gh...@da...> - 2003-05-18 09:40:10
|
Ronald Oussoren: >> After this investigation I'd like to know more about what the >> PyObjC testing policy is? Maybe a topic for some part of the >> documentation? > > We try to cover as much functionality as possible with unittests. > We are getting closer and closer to that goal, but we are not there > yet. > > I regulary run the unittests using the runalltests script. I also > try to remember to add a unittest whenever I fix bugs, but I often > forget to do that. There's no doubt about that! My gut feeling is simply that the distri- bution might benefit from some more consistency (something I'm notori- ously complainging about everywhere...). The lacking extensions is one thing. But I'd also like users to be able to easily run the test- suite themselves to get this "Yippie, it's working!" feeling. Then, looking at Just's code I wondered where the bundebuilder module comes from, and I'm surprised to see it in pyobjc/MPCompat but it's installed in site-packages! This is what sort of constantly confuses me... Regards, Dinu -- Dinu C. Gherman ...................................................................... "Consistency is the last refuge of the unimaginative." (Oscar Wilde) |