Re: [Zope-dev] Not-really-unit-testing ideas.

2005-11-25 Thread Jim Fulton
Chris Withers wrote: Fred Drake wrote: On 11/23/05, Lennart Regebro <[EMAIL PROTECTED]> wrote: Basically, I'd like to create a site once, and use it for all subsequent tests, until I made a change that means the site needs to be recreated. But how? Well, I'm not sure. How, for example, could

Re: [Zope-dev] Not-really-unit-testing ideas.

2005-11-25 Thread Chris Withers
Fred Drake wrote: On 11/23/05, Lennart Regebro <[EMAIL PROTECTED]> wrote: Basically, I'd like to create a site once, and use it for all subsequent tests, until I made a change that means the site needs to be recreated. But how? Well, I'm not sure. How, for example, could I Jim's "new test run

Re: [Zope-dev] Not-really-unit-testing ideas.

2005-11-23 Thread Lennart Regebro
On 11/23/05, Fred Drake <[EMAIL PROTECTED]> wrote: > On 11/23/05, Lennart Regebro <[EMAIL PROTECTED]> wrote: > > Basically, I'd like to create a site once, and use it for all > > subsequent tests, until I made a change that means the site needs to > > be recreated. But how? Well, I'm not sure. How,

Re: [Zope-dev] Not-really-unit-testing ideas.

2005-11-23 Thread Fred Drake
On 11/23/05, Lennart Regebro <[EMAIL PROTECTED]> wrote: > Basically, I'd like to create a site once, and use it for all > subsequent tests, until I made a change that means the site needs to > be recreated. But how? Well, I'm not sure. How, for example, could I Jim's "new test runner" includes sup

[Zope-dev] Not-really-unit-testing ideas.

2005-11-23 Thread Lennart Regebro
I noticed on the unit tests I'm currently working on, that most of my time is wasted waiting for sites to be created. So I've been thinking of ways to solve this. Basically, I'd like to create a site once, and use it for all subsequent tests, until I made a change that means the site needs to be r