[Checkins] [zopefoundation/zope.proxy] 6146db: 100% coverage

GitHub noreply at github.com
Tue Jul 11 14:13:11 CEST 2017


  Branch: refs/heads/doctest-all-the-things
  Home:   https://github.com/zopefoundation/zope.proxy
  Commit: 6146dbb1a7d8c8e1fc6ba084b77ca51bdea91554
      https://github.com/zopefoundation/zope.proxy/commit/6146dbb1a7d8c8e1fc6ba084b77ca51bdea91554
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-07-11 (Tue, 11 Jul 2017)

  Changed paths:
    A .coveragerc
    M .gitignore
    M .travis.yml
    M CHANGES.rst
    M MANIFEST.in
    M README.rst
    M docs/narr.rst
    M setup.py
    M src/zope/proxy/__init__.py
    M src/zope/proxy/_compat.py
    M src/zope/proxy/tests/test_proxy.py
    M tox.ini

  Log Message:
  -----------
  100% coverage

Enable coveralls to report on this.

Coverage reports showed two test classes that weren't subclassing the
correct base class, so we weren't actually testing the C
implementation of `removeAllProxies` and `queryInnerProxy`. Fixing
this revealed a probably bug in the implementation of
`removeAllProxies`; right now that test is skipped.

Also remove the `test_suite` for 'python setup.py test' since it
usually doesn't work anymore. See #18.




More information about the checkins mailing list