Re: saving state between fixtures
[email protected] Mon, 18 Aug 2003 06:24:15 -0400
| Newsgroups | gmane.comp.programming.tools.fit.devel |
|---|---|
| Message-ID | <[email protected]> |
----- Original Message ----- From: "Ilja PreuÃ" <[email protected]> To: "FIT Developers" <[email protected]> Sent: Monday, August 18, 2003 4:30 AM Subject: [Fit-dev] saving state between fixtures > John Roth wrote: > > > A. We need a supported method of saving state > > between fixtures in a single test. > > That is something I wonder about, too. > > How are you doing it now? I am using kind of a Singleton approach, but I > don't like it very much... Since I mostly use Python, I just save it in the Fixture class object. That's easy enough, but it doesn't work for most other languages. John Roth > > Regards, Ilja > > > _______________________________________________ > Fit-dev mailing list > [email protected] > http://lists.freepan.org/mailman/listinfo.cgi/fit-dev