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

Fred Drake fdrake at gmail.com
Thu Feb 25 08:12:17 PST 2010


On Thu, Feb 25, 2010 at 10:41 AM, Olemis Lang <olemis at gmail.com> 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 ?

zc.buildout includes a wrapper API on top of easy_install.  I'm not
sure how re-usable it is directly.


  -Fred

-- 
Fred L. Drake, Jr.    <fdrake at gmail.com>
"Chaos is the score upon which reality is written." --Henry Miller



More information about the testing-in-python mailing list