Re: [Zope-dev] RFC: adding support for testing from bare setuptools

2008-09-24 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Philipp von Weitershausen wrote: > Tres Seaver wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Tres Seaver wrote: >>> Tres Seaver wrote: >>> >>> I have checked the proposed changes to 'zope.testing' in on a branch, >>> which I would li

Re: [Zope-dev] RFC: adding support for testing from bare setuptools

2008-09-24 Thread Philipp von Weitershausen
Tres Seaver wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Tres Seaver wrote: >> Tres Seaver wrote: >> >> I have checked the proposed changes to 'zope.testing' in on a branch, >> which I would like to merge to the trunk and release as 3.7: >> >> svn+ssh://svn.zope.org/repos/main/zope

Re: [Zope-dev] RFC: adding support for testing from bare setuptools

2008-09-23 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tres Seaver wrote: > Tres Seaver wrote: > > I have checked the proposed changes to 'zope.testing' in on a branch, > which I would like to merge to the trunk and release as 3.7: > > svn+ssh://svn.zope.org/repos/main/zope.testing/branches/tseaver-eggsu

Re: [Zope-dev] RFC: adding support for testing from bare setuptools

2008-09-22 Thread Chris Withers
Tres Seaver wrote: > Without monkeypatching setuptools, we can't replace the testrunner it > uses, Perhaps we can submit a patch to setuptools that allows the testrunner to be specified. I'm sure people using nose, etc, would be happy about this as well and I can't see Phil Eby be too unhappy a

Re: [Zope-dev] RFC: adding support for testing from bare setuptools

2008-09-19 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tres Seaver wrote: I have checked the proposed changes to 'zope.testing' in on a branch, which I would like to merge to the trunk and release as 3.7: svn+ssh://svn.zope.org/repos/main/zope.testing/branches/tseaver-eggsupport Objections? Tres. - --

Re: [Zope-dev] RFC: adding support for testing from bare setuptools

2008-09-18 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Marius Gedminas wrote: > On Thu, Sep 18, 2008 at 12:42:33AM +0200, Philipp von Weitershausen wrote: >> Marius Gedminas wrote: >>> On Wed, Sep 17, 2008 at 12:52:49PM -0400, Tres Seaver wrote: > $ ../bin/python setup.py test # [2] # Runs

Re: [Zope-dev] RFC: adding support for testing from bare setuptools

2008-09-17 Thread Marius Gedminas
On Thu, Sep 18, 2008 at 12:42:33AM +0200, Philipp von Weitershausen wrote: > Marius Gedminas wrote: > > On Wed, Sep 17, 2008 at 12:52:49PM -0400, Tres Seaver wrote: > >> $ ../bin/python setup.py test # [2] > >> # Runs egg_info, installs regular and testing dependencies, and > >> # runs all

Re: [Zope-dev] RFC: adding support for testing from bare setuptools

2008-09-17 Thread Philipp von Weitershausen
Marius Gedminas wrote: > On Wed, Sep 17, 2008 at 12:52:49PM -0400, Tres Seaver wrote: >> Proposal >> >> >> Instead, what I *am* proposing is adding metadata which allows consumers >> of such packages to verify that the package is downloaded / installed >> correctly. In particular, I want

Re: [Zope-dev] RFC: adding support for testing from bare setuptools

2008-09-17 Thread Marius Gedminas
On Wed, Sep 17, 2008 at 12:52:49PM -0400, Tres Seaver wrote: > Proposal > > > Instead, what I *am* proposing is adding metadata which allows consumers > of such packages to verify that the package is downloaded / installed > correctly. In particular, I want for the following scenario to

[Zope-dev] RFC: adding support for testing from bare setuptools

2008-09-17 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Asbestos - First, note that I am not proposing to replace the current testing machinery used by Zope developers working on a given package (typically, buildout plus recipes which configure zope.testing.testrunner as a standalone script). Nor