Re: [Zope-dev] Merge proposal: tseaver-better_unittests branch of zope.interface

2012-03-27 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/27/2012 06:32 PM, Marius Gedminas wrote: > I've a comment about this change, which was part of that large "merge > from launchpad" commit: > > --- > zope.interface/branches/tseaver-better_unittests/src/zope/interface/_zope_interface_coptimiza

Re: [Zope-dev] Merge proposal: tseaver-better_unittests branch of zope.interface

2012-03-27 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/27/2012 06:21 PM, Marius Gedminas wrote: >> $ bin/python setup.py dev > > Is that different from 'python setup.py develop'? I've never seen 'dev' > before. 'dev' is an alias (defined in 'setup.cfg' for the following:: setup.py develop eas

Re: [Zope-dev] Merge proposal: tseaver-better_unittests branch of zope.interface

2012-03-27 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/27/2012 05:08 AM, Brian Sutherland wrote: > On Mon, Mar 26, 2012 at 05:38:07PM -0400, Tres Seaver wrote: >> In addition to minimizing "Zope-iness", providing full coverage >> using small, descriptively-named unittests makes the code more >> mai

Re: [Zope-dev] Merge proposal: tseaver-better_unittests branch of zope.interface

2012-03-27 Thread Marius Gedminas
On Mon, Mar 26, 2012 at 05:38:07PM -0400, Tres Seaver wrote: > I've (finally!) finished my work to get zope.interface to 100% unit test > coverage without relying on doctests: > > http://svn.zope.org/zope.interface/branches/tseaver-better_unittests/ > > The work is outlined in this document on

Re: [Zope-dev] Merge proposal: tseaver-better_unittests branch of zope.interface

2012-03-27 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/27/2012 05:08 AM, Brian Sutherland wrote: > On Mon, Mar 26, 2012 at 05:38:07PM -0400, Tres Seaver wrote: >> In addition to minimizing "Zope-iness", providing full coverage >> using small, descriptively-named unittests makes the code more >> maint

Re: [Zope-dev] Merge proposal: tseaver-better_unittests branch of zope.interface

2012-03-27 Thread Marius Gedminas
On Mon, Mar 26, 2012 at 05:38:07PM -0400, Tres Seaver wrote: > I've (finally!) finished my work to get zope.interface to 100% unit test > coverage without relying on doctests: > > http://svn.zope.org/zope.interface/branches/tseaver-better_unittests/ Yay! > The work is outlined in this document

Re: [Zope-dev] Merge proposal: tseaver-better_unittests branch of zope.interface

2012-03-27 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/27/2012 02:25 AM, Wolfgang Schnerring wrote: > * Tres Seaver [2012-03-26 23:38]: >> I've (finally!) finished my work to get zope.interface to 100% unit >> test coverage without relying on doctests: > > That's an impressive feat, congratulations

Re: [Zope-dev] Merge proposal: tseaver-better_unittests branch of zope.interface

2012-03-27 Thread Brian Sutherland
On Mon, Mar 26, 2012 at 05:38:07PM -0400, Tres Seaver wrote: > In addition to minimizing "Zope-iness", providing full coverage using > small, descriptively-named unittests makes the code more maintainable. > For instance, I expect to build on top of these improved tests as the basis > for a convers

Re: [Zope-dev] Merge proposal: tseaver-better_unittests branch of zope.interface

2012-03-26 Thread Wolfgang Schnerring
* Tres Seaver [2012-03-26 23:38]: > I've (finally!) finished my work to get zope.interface to 100% unit test > coverage without relying on doctests: That's an impressive feat, congratulations! > In addition to minimizing "Zope-iness", providing full coverage using > small, descriptively-named un

[Zope-dev] Merge proposal: tseaver-better_unittests branch of zope.interface

2012-03-26 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've (finally!) finished my work to get zope.interface to 100% unit test coverage without relying on doctests: http://svn.zope.org/zope.interface/branches/tseaver-better_unittests/ The work is outlined in this document on the branch: http://svn.z