[Checkins] [zopefoundation/zope.security] 472224: Fix issue 9: add default checkers for itertools.gr...

GitHub noreply at github.com
Fri Sep 8 13:27:44 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.security
  Commit: 4722248327f56fc8696d7247ba1d287ff1884054
      https://github.com/zopefoundation/zope.security/commit/4722248327f56fc8696d7247ba1d287ff1884054
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-09-07 (Thu, 07 Sep 2017)

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

  Log Message:
  -----------
  Fix issue 9: add default checkers for itertools.groupby

Also rename all the test classes in test_checker for consistency. I
changed the test_suite function to not call them out by name and
noticed the number of tests run dropped. At first I thought it had
something to do with test class names or inheritance, so I made them
all consistent. But it turned out that the manual list actually had
some duplicates in it.


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

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

  Log Message:
  -----------
  Allow iteration of all the custom itertools types.


  Commit: 80961466db05828d246057f45b72f4067fdb4a3a
      https://github.com/zopefoundation/zope.security/commit/80961466db05828d246057f45b72f4067fdb4a3a
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2017-09-08 (Fri, 08 Sep 2017)

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

  Log Message:
  -----------
  Merge pull request #29 from zopefoundation/issue9

Fix issue 9: add default checkers for itertools.groupby


Compare: https://github.com/zopefoundation/zope.security/compare/f2de4625c116...80961466db05


More information about the checkins mailing list