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

GitHub noreply at github.com
Tue Jul 11 18:49:01 CEST 2017


  Branch: refs/heads/master
  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.


  Commit: 1aadd78d96daab05f617c9a5ab1a4ca1fef69a7b
      https://github.com/zopefoundation/zope.proxy/commit/1aadd78d96daab05f617c9a5ab1a4ca1fef69a7b
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-07-11 (Tue, 11 Jul 2017)

  Changed paths:
    M src/zope/proxy/tests/test_proxy.py

  Log Message:
  -----------
  Use the right security proxy when testing C removeAllProxies

This fixes the failure in test_security_proxy.


  Commit: 4d430612493cb22611efcefe4465b1464962d7a0
      https://github.com/zopefoundation/zope.proxy/commit/4d430612493cb22611efcefe4465b1464962d7a0
  Author: Jason Madden <jason+github at nextthought.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:
  -----------
  Merge pull request #19 from zopefoundation/doctest-all-the-things

100% coverage, run doctests everywhere, drop 'setup.py test' and Py 3.3


Compare: https://github.com/zopefoundation/zope.proxy/compare/903a6621bc05...4d430612493c


More information about the checkins mailing list