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 like to merge to the

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-eggsupport

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

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

2008-09-18 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 unit

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 egg_info,

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 work

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 for the