Tres Seaver

Results 26 issues of Tres Seaver

In http://permalink.gmane.org/gmane.comp.python.testing.general/6187, Ned Batchelder announces support for coverage of non-Python Although that announcement shows Django template support, he mentions Mako (needing fixes from them) and pluggability for other template systems.

```bash $ cat ~/.buildout/default.cfg [buildout] eggs-directory = ~/.buildout/eggs download-cache = ~/.buildout/download-cache extends-cache = ~/.buildout/extends-cache abi-tag-eggs = true $ /opt/Python-2.7.13/bin/python bootstrap.py && bin/buildout ez_setup.py is deprecated and when using it setuptools...

[14 - 23 minutes for each environment on Travis](https://travis-ci.org/buildout/buildout/builds/44200649)

bug

In https://bugs.launchpad.net/zope.interface/+bug/675424, Christian Zagrodnik reported: > When for instance declaring a factory `classProvides` is handy at times: ```pycon >>> import zope.interface >>> import zope.interface.verify >>> >>> class IFoo(zope.interface.Interface): ... def...

bug

In https://bugs.launchpad.net/zope.interface/+bug/113672, @faassen reported > We know you're not supposed to pass a stirng into zope.interface.implements, but try the following: ``` >>> from zope.interface import implements >>> class Foo(object): ......

bug

From: https://github.com/Pylons/pyramid_zodbconn/pull/8#issuecomment-317811855

bug

E.g., `transaction_manager`, `at`, and `before`. These would need to be plumbed through `ZODB.DB.DB.open_then_close_db_when_connection_closes`, too. From: https://github.com/Pylons/pyramid_zodbconn/pull/8#issuecomment-317811855

enhancement

_From @jimfulton on August 22, 2016 17:41_ _Copied from original issue: zopefoundation/zodbdocs#13_

documentation

_From @jimfulton on August 22, 2016 17:42_ _Copied from original issue: zopefoundation/zodbdocs#16_

documentation

_From @jimfulton on August 22, 2016 17:42_ _Copied from original issue: zopefoundation/zodbdocs#17_

documentation