Re: reliable unit test logging

2007-10-06 Thread Gabriel Genellina
En Wed, 03 Oct 2007 11:37:57 -0300, Vyacheslav Maslov <[EMAIL PROTECTED]> escribi�: > I have one more question related to logging module, not unit test. I use > FileHandler to append information to file log, in fact location of log > file depends on some external factor and is calculated during

Re: reliable unit test logging

2007-10-03 Thread Ben Finney
Vyacheslav Maslov <[EMAIL PROTECTED]> writes: > I have one more question related to logging module, not unit test. Please do readers a favour, then, and start a new thread (i.e. compose a new message, not a reply in an existing thread) for unrelated questions. -- \ "Philosophy is questio

Re: reliable unit test logging

2007-10-03 Thread Vyacheslav Maslov
Ben Finney wrote: > Vyacheslav Maslov <[EMAIL PROTECTED]> writes: > >> I understand your opinion > > Hopefully you mean "explanation", not "opinion". I gave what appear to > me to be facts, not opinion, about the definition of a unit test. Yes, i meant "explanation". I have one more question rel

Re: reliable unit test logging

2007-10-02 Thread Ben Finney
Vyacheslav Maslov <[EMAIL PROTECTED]> writes: > I understand your opinion Hopefully you mean "explanation", not "opinion". I gave what appear to me to be facts, not opinion, about the definition of a unit test. > you are right, i use unit tests for some other kind of work. More accurately: you

Re: reliable unit test logging

2007-10-02 Thread Vyacheslav Maslov
Ben Finney wrote: > Vyacheslav Maslov <[EMAIL PROTECTED]> writes: > >> I have many many many python unit test, which are used for testing >> some remote web service. > > Part of your confusion comes from the fact that "test a remote > service" isn't what a unit test does. > > A unit test is one

Re: reliable unit test logging

2007-10-01 Thread Ben Finney
Vyacheslav Maslov <[EMAIL PROTECTED]> writes: > I have many many many python unit test, which are used for testing > some remote web service. Part of your confusion comes from the fact that "test a remote service" isn't what a unit test does. A unit test is one that executes a very *limited* par

reliable unit test logging

2007-10-01 Thread Vyacheslav Maslov
Hi all! I have many many many python unit test, which are used for testing some remote web service. The most important issue here is logging of test execution process and result. I strongly need following: 1. start/end timestamp for each test case (most important) 2. immediate report about exce