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
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
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