[Baypiggies] A talk on testing frameworks

Jesse Gough jesse_gough at symantec.com
Mon Jan 17 21:12:16 CET 2011


I am curious about this (mocking) as well. I have used unittest with
nose, and find it to be pretty adequate for testing. However, mocking
is somewhat of a pain in any language, and I have not seen an obvious
choice for how to do this in python. We have some success using
google-test and google-mock for C++, and I have not seen anything
similar for python.

Jesse

On Sun, 16 Jan 2011, Nick Stinemates wrote:

> As I have never been to a meeting, I would not feel comfortable giving
> a talk. However, this is something we deal with every day and I  would
> love to share some of the war stories we have got past, are working
> on, and plan to tackle in the future.
> 
> Nick
> 
> On Sunday, January 16, 2011, Aahz <aahz at pythoncraft.com> wrote:
> > On Sat, Jan 15, 2011, Glen Jarvis wrote:
> >>
> >> What interest is there and what are people most curious about?
> >
> > I'm mostly interested in war stories about complex testing.  For example,
> > consider an application that stores data locally in a DB and also fetches
> > data from a remote server.  How do you mock up the server interactions?
> > (That is, client performs an operation and sends data to the server;
> > server sends back a response describing success or failure, which the
> > client then uses as feedback for further operations.)
> > --
> > Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/
> >
> > "The volume of a pizza of thickness 'a' and radius 'z' is
> > given by pi*z*z*a"
> > _______________________________________________
> > Baypiggies mailing list
> > Baypiggies at python.org
> > To change your subscription options or unsubscribe:
> > http://mail.python.org/mailman/listinfo/baypiggies
> >
> _______________________________________________
> Baypiggies mailing list
> Baypiggies at python.org
> To change your subscription options or unsubscribe:
> http://mail.python.org/mailman/listinfo/baypiggies
--



More information about the Baypiggies mailing list