[BangPypers] Query with respect to mock module

2014-03-25 Thread Nitin Kumar
Hi All, I am try to write test case with mocking original libraries. But we have scenario that some time we need this mock but some time we need to create object of original class so that test run on real scenario. Is there a way we can play with mock library or any other way that some time same

[BangPypers] volunteer for conducting basic python training at CIT, Gubbi, Bangalore.

2014-03-25 Thread saurabh
Hi everyone, As a part of python week last year, I had volunteered to conduct an introductory session at CIT Gubbi for the Comp Sci batch. Post that I visited the campus again to do a introductory training for a different batch of students. The college is interested in having a 3 day session (satu

Re: [BangPypers] Query with respect to mock module

2014-03-25 Thread Sateesh Kumar
On Tue, Mar 25, 2014 at 12:30 PM, Nitin Kumar wrote: > Hi All, > > I am try to write test case with mocking original libraries. > But we have scenario that some time we need this mock but some time we need > to create object of original class so that test run on real scenario. > > Is there a way