[Checkins] [zopefoundation/zope.annotation] b06f72: Reach 100% coverage.

GitHub noreply at github.com
Fri Jun 2 16:28:03 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.annotation
  Commit: b06f728c4fff36e145cd6d4a737ed005a9220ea1
      https://github.com/zopefoundation/zope.annotation/commit/b06f728c4fff36e145cd6d4a737ed005a9220ea1
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-06-02 (Fri, 02 Jun 2017)

  Changed paths:
    M .gitignore
    M CHANGES.rst
    M src/zope/__init__.py
    M src/zope/annotation/attribute.py
    M src/zope/annotation/tests/annotations.py
    M src/zope/annotation/tests/test_attributeannotations.py
    M src/zope/annotation/tests/test_configure.py
    A src/zope/annotation/tests/test_factory.py

  Log Message:
  -----------
  Reach 100% coverage.

Fixes #2.

The most notable feature is that AttributeAnnotations is now always a
subclass of collections.MutableMixin. Previously this was different
for Python 2 and Python 3. This change unifies the behaviour and makes
things like `isinstance(annotations, collections.Mapping)` always true.


  Commit: dc1b513caf85b952d27e5935548f1fe729c4741e
      https://github.com/zopefoundation/zope.annotation/commit/dc1b513caf85b952d27e5935548f1fe729c4741e
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2017-06-02 (Fri, 02 Jun 2017)

  Changed paths:
    M .gitignore
    M CHANGES.rst
    M src/zope/__init__.py
    M src/zope/annotation/attribute.py
    M src/zope/annotation/tests/annotations.py
    M src/zope/annotation/tests/test_attributeannotations.py
    M src/zope/annotation/tests/test_configure.py
    A src/zope/annotation/tests/test_factory.py

  Log Message:
  -----------
  Merge pull request #7 from zopefoundation/issue2

Reach 100% coverage.


Compare: https://github.com/zopefoundation/zope.annotation/compare/6897484554a5...dc1b513caf85


More information about the checkins mailing list