Re: [Distutils] RFC: Barely minimal CI + tests + packaging in Python WAS: Guidelines for where to put tests how to package them

2010-03-11 Thread Chris Withers
P.J. Eby wrote: At 07:22 PM 3/1/2010 +, Chris Withers wrote: P.J. Eby wrote: At 10:41 AM 2/25/2010 -0500, Olemis Lang wrote: PS: BTW, how could I trigger easy_install(ation) at a given point while implementing a distutils command, and let the command perform further actions if deps are

Re: [Distutils] RFC: Barely minimal CI + tests + packaging in Python WAS: Guidelines for where to put tests how to package them

2010-03-11 Thread Olemis Lang
On Thu, Mar 11, 2010 at 8:34 AM, Chris Withers ch...@simplistix.co.uk wrote: P.J. Eby wrote: At 07:22 PM 3/1/2010 +, Chris Withers wrote: P.J. Eby wrote: At 10:41 AM 2/25/2010 -0500, Olemis Lang wrote: PS: BTW, how could I trigger easy_install(ation) at a given point while

Re: [Distutils] RFC: Barely minimal CI + tests + packaging in Python WAS: Guidelines for where to put tests how to package them

2010-03-11 Thread P.J. Eby
At 01:34 PM 3/11/2010 +, Chris Withers wrote: When I last tried using setuptools test_require stuff (in a buildout driven pylons app, iirc) I ended up with the resulting eggs dumped in the root of my buildout and no, the ddn't go away at the end of the test run... Interesting. Must be

Re: [Distutils] RFC: Barely minimal CI + tests + packaging in Python WAS: Guidelines for where to put tests how to package them

2010-03-11 Thread Chris Withers
P.J. Eby wrote: At 01:34 PM 3/11/2010 +, Chris Withers wrote: When I last tried using setuptools test_require stuff (in a buildout driven pylons app, iirc) I ended up with the resulting eggs dumped in the root of my buildout and no, the ddn't go away at the end of the test run...

Re: [Distutils] RFC: Barely minimal CI + tests + packaging in Python WAS: Guidelines for where to put tests how to package them

2010-03-11 Thread Olemis Lang
On Thu, Mar 11, 2010 at 10:47 AM, Chris Withers ch...@simplistix.co.uk wrote: P.J. Eby wrote: At 01:34 PM 3/11/2010 +, Chris Withers wrote: When I last tried using setuptools test_require stuff (in a buildout driven pylons app, iirc) I ended up with the resulting eggs dumped in the root

Re: [Distutils] RFC: Barely minimal CI + tests + packaging in Python WAS: Guidelines for where to put tests how to package them

2010-03-11 Thread Olemis Lang
On Thu, Mar 11, 2010 at 11:15 AM, Olemis Lang ole...@gmail.com wrote: On Thu, Mar 11, 2010 at 10:47 AM, Chris Withers ch...@simplistix.co.uk wrote: P.J. Eby wrote: At 01:34 PM 3/11/2010 +, Chris Withers wrote: When I last tried using setuptools test_require stuff (in a buildout driven

Re: [Distutils] RFC: Barely minimal CI + tests + packaging in Python WAS: Guidelines for where to put tests how to package them

2010-03-01 Thread Chris Withers
P.J. Eby wrote: At 10:41 AM 2/25/2010 -0500, Olemis Lang wrote: PS: BTW, how could I trigger easy_install(ation) at a given point while implementing a distutils command, and let the command perform further actions if deps are installed correctly ? Setuptools' Distribution object has a method

Re: [Distutils] RFC: Barely minimal CI + tests + packaging in Python WAS: Guidelines for where to put tests how to package them

2010-03-01 Thread Olemis Lang
On Mon, Mar 1, 2010 at 2:22 PM, Chris Withers ch...@simplistix.co.uk wrote: P.J. Eby wrote: At 10:41 AM 2/25/2010 -0500, Olemis Lang wrote: PS: BTW, how could I trigger easy_install(ation) at a given point while implementing a distutils command, and let the command perform further actions

Re: [Distutils] RFC: Barely minimal CI + tests + packaging in Python WAS: Guidelines for where to put tests how to package them

2010-03-01 Thread Olemis Lang
On Mon, Mar 1, 2010 at 2:47 PM, Olemis Lang ole...@gmail.com wrote: On Mon, Mar 1, 2010 at 2:22 PM, Chris Withers ch...@simplistix.co.uk wrote: P.J. Eby wrote: At 10:41 AM 2/25/2010 -0500, Olemis Lang wrote: PS: BTW, how could I trigger easy_install(ation) at a given point while

Re: [Distutils] RFC: Barely minimal CI + tests + packaging in Python WAS: Guidelines for where to put tests how to package them

2010-02-26 Thread Olemis Lang
On Thu, Feb 25, 2010 at 12:36 PM, Olemis Lang ole...@gmail.com wrote: On Thu, Feb 25, 2010 at 12:29 PM, P.J. Eby p...@telecommunity.com wrote: At 12:10 PM 2/25/2010 -0500, Olemis Lang wrote: Thnx for your reply ! On Thu, Feb 25, 2010 at 12:00 PM, P.J. Eby p...@telecommunity.com wrote: At

Re: [Distutils] RFC: Barely minimal CI + tests + packaging in Python WAS: Guidelines for where to put tests how to package them

2010-02-26 Thread P.J. Eby
At 10:16 AM 2/26/2010 -0500, Olemis Lang wrote: Well not as happily as I thought in first place. The fact is that `setuptools` test command creates the runner by calling the class specified in `test_runner` arg but supplies no parameters. In this case I'd like to specify

Re: [Distutils] RFC: Barely minimal CI + tests + packaging in Python WAS: Guidelines for where to put tests how to package them

2010-02-26 Thread Olemis Lang
On Fri, Feb 26, 2010 at 10:52 AM, P.J. Eby p...@telecommunity.com wrote: At 10:16 AM 2/26/2010 -0500, Olemis Lang wrote: Well not as happily as I thought in first place. The fact is that `setuptools` test command creates the runner by calling the class specified in `test_runner` arg but

Re: [Distutils] RFC: Barely minimal CI + tests + packaging in Python WAS: Guidelines for where to put tests how to package them

2010-02-26 Thread P.J. Eby
At 11:19 AM 2/26/2010 -0500, Olemis Lang wrote: On Fri, Feb 26, 2010 at 10:52 AM, P.J. Eby p...@telecommunity.com wrote: At 10:16 AM 2/26/2010 -0500, Olemis Lang wrote: Well not as happily as I thought in first place. The fact is that `setuptools` test command creates the runner by calling