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 conversion

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 tsea...@palladion.com [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,

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 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 maintainable.

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 the

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

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

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