Re: Unit Test logging with couchDB....

2014-03-21 Thread Simon Metson
Aye - thanks for the clarification Alex On Friday, 21 March 2014 at 08:18, Alexander Shorin wrote: > On Fri, Mar 21, 2014 at 12:12 PM, Simon Metson wrote: > > With python you can use the logging module to send logs (of tests or > > anything) to couch. There's even an http log handler (forget

Re: Unit Test logging with couchDB....

2014-03-21 Thread Alexander Shorin
On Fri, Mar 21, 2014 at 12:12 PM, Simon Metson wrote: > With python you can use the logging module to send logs (of tests or > anything) to couch. There's even an http log handler (forget the name and > don't have enough of an internet connection to remind myself...) that makes > this super eas

Re: Unit Test logging with couchDB....

2014-03-21 Thread Simon Metson
> > show the pass fail results...but taking this information, along with > > anymore detailed logging and storing it in a central DB for use later on is > > what I'm looking for. Not overly hard to do...but that's what I'm asking > > the community about:

Re: Unit Test logging with couchDB....

2014-03-20 Thread Alexander Shorin
what I'm asking the community about: > if anyone has done thing's like that or some other best practice scenario's > using couchDB in that fashion. > > ____________ > From: Alexander Shorin [kxe...@gmail.com] > Sent: Thursday, March 20, 2014 1:30 PM > To

RE: Unit Test logging with couchDB....

2014-03-20 Thread Knudsen, Ken
like that or some other best practice scenario's using couchDB in that fashion. From: Alexander Shorin [kxe...@gmail.com] Sent: Thursday, March 20, 2014 1:30 PM To: user@couchdb.apache.org Subject: Re: Unit Test logging with couchDB Hi, Do you

Re: Unit Test logging with couchDB....

2014-03-20 Thread Alexander Shorin
Hi, Do you mean under "unit test logging with CouchDB" actually storing unittest results as CouchDB documents? -- ,,,^..^,,, On Thu, Mar 20, 2014 at 6:08 PM, Knudsen, Ken wrote: > Hi Everyone, > >Obviously there's a thousand plus ways of doing this...Has anyone > implemented or worked with