[Checkins] [zopefoundation/zope.security] 27ba17: 100% for test_permission.py

GitHub noreply at github.com
Tue Sep 12 16:56:21 CEST 2017


  Branch: refs/heads/issue40
  Home:   https://github.com/zopefoundation/zope.security
  Commit: 27ba17e41857b4d9e1de4fb0005b3ff766a3a0d0
      https://github.com/zopefoundation/zope.security/commit/27ba17e41857b4d9e1de4fb0005b3ff766a3a0d0
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-09-12 (Tue, 12 Sep 2017)

  Changed paths:
    M src/zope/security/tests/test_permission.py

  Log Message:
  -----------
  100% for test_permission.py


  Commit: 1e5f8ac945009c23e542e3f6144679527598d1d1
      https://github.com/zopefoundation/zope.security/commit/1e5f8ac945009c23e542e3f6144679527598d1d1
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-09-12 (Tue, 12 Sep 2017)

  Changed paths:
    M src/zope/security/tests/test_adapter.py

  Log Message:
  -----------
  100% coverage for test_adapter.py

- Use dict comprehensions
- Use moddern self.assertIs
- Unify external imports


  Commit: f2b4ab6e411978f9946aa5872d399997664500e4
      https://github.com/zopefoundation/zope.security/commit/f2b4ab6e411978f9946aa5872d399997664500e4
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-09-12 (Tue, 12 Sep 2017)

  Changed paths:
    M src/zope/security/checker.py
    M src/zope/security/tests/test_checker.py

  Log Message:
  -----------
  100% coverage for test_checker.py

- Modern assert methods
- Whitespace cleanup
- A whole test class was being skipped because of a duplicate name.


  Commit: 7ef0a23aa51a1e8121ee0427b331d7faa2401ed6
      https://github.com/zopefoundation/zope.security/commit/7ef0a23aa51a1e8121ee0427b331d7faa2401ed6
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-09-12 (Tue, 12 Sep 2017)

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

  Log Message:
  -----------
  100% coverage for test_proxy.py

- Modern assert methods
- Unify some py2/py3 tests that just depended on a method name.


  Commit: 12ce0b541c080b286673f314df517ee0fd135257
      https://github.com/zopefoundation/zope.security/commit/12ce0b541c080b286673f314df517ee0fd135257
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-09-12 (Tue, 12 Sep 2017)

  Changed paths:
    M src/zope/security/tests/test_location.py

  Log Message:
  -----------
  100% coverage for test_location.py

zope.location is a hard test dependency, no need for conditional logic.


  Commit: 673974bf6c0c13a737d53bac40fd1037fa5a0392
      https://github.com/zopefoundation/zope.security/commit/673974bf6c0c13a737d53bac40fd1037fa5a0392
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-09-12 (Tue, 12 Sep 2017)

  Changed paths:
    M .coveragerc
    M CHANGES.rst
    M src/zope/security/proxy.py
    M src/zope/security/tests/test_proxy.py

  Log Message:
  -----------
  Coverage for get/setslice, length_hint, and comparison methods in proxy.py


  Commit: b710673d9b05c9aab3100c2a2d8dc97c083c87f6
      https://github.com/zopefoundation/zope.security/commit/b710673d9b05c9aab3100c2a2d8dc97c083c87f6
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-09-12 (Tue, 12 Sep 2017)

  Changed paths:
    M src/zope/security/proxy.py

  Log Message:
  -----------
  Consistently use the correct base for super calls.


  Commit: b5f2d262639d8d1d24e09e4c275c7f84435f000d
      https://github.com/zopefoundation/zope.security/commit/b5f2d262639d8d1d24e09e4c275c7f84435f000d
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-09-12 (Tue, 12 Sep 2017)

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

  Log Message:
  -----------
  100% coverage for proxy.py

- The implementation of __getattribute__/__getattr__ now behaves like
  C and will not call a target's version of those functions more than
  once if they raise an AttributeError.


  Commit: 2aa89d3f2de219709f677b88755aaf499a390eca
      https://github.com/zopefoundation/zope.security/commit/2aa89d3f2de219709f677b88755aaf499a390eca
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-09-12 (Tue, 12 Sep 2017)

  Changed paths:
    M src/zope/security/checker.py

  Log Message:
  -----------
  100% coverage for checker.py. Minor whitespace cleanups.


  Commit: 0c6752c9148a895229cad9768f1fc2d4d6c94f1d
      https://github.com/zopefoundation/zope.security/commit/0c6752c9148a895229cad9768f1fc2d4d6c94f1d
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-09-12 (Tue, 12 Sep 2017)

  Changed paths:
    M CHANGES.rst
    M src/zope/security/management.py
    M src/zope/security/testing.py
    M src/zope/security/tests/test_proxy.py
    M src/zope/security/tests/test_testing.py
    M tox.ini

  Log Message:
  -----------
  100% coverage for testing.py


Compare: https://github.com/zopefoundation/zope.security/compare/59edaa22bf03...0c6752c9148a


More information about the checkins mailing list