This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bcwhite
Recipients amaury.forgeotdarc, bcwhite, purcell
Date 2008-03-08.15:21:52
SpamBayes Score 0.011933031
Marked as misclassified No
Message-id <1204989714.4.0.234411674776.issue2241@psf.upfronthosting.co.za>
In-reply-to
Content
I am somewhat new to mock objects.  I'm coding up my first one now (in
D) to simulate a "stream" for other objects I want to write.

Even within a single module, I typically have many tests for the methods
within that module.  And since a module's methods make use of each
other, there is again a case for the tests of the lower-level functions
to be executed first.

Anyway, this is something that works for me, but I understand that not
everybody operates this way.

All the best from this Canadian in Switzerland.  :-)
History
Date User Action Args
2008-03-08 15:21:54bcwhitesetspambayes_score: 0.011933 -> 0.011933031
recipients: + bcwhite, purcell, amaury.forgeotdarc
2008-03-08 15:21:54bcwhitesetspambayes_score: 0.011933 -> 0.011933
messageid: <1204989714.4.0.234411674776.issue2241@psf.upfronthosting.co.za>
2008-03-08 15:21:53bcwhitelinkissue2241 messages
2008-03-08 15:21:52bcwhitecreate