[Checkins] [zopefoundation/zope.hookable] 545ec0: Simplify tests using modern assertions

GitHub noreply at github.com
Tue Nov 7 15:59:12 CET 2017


  Branch: refs/heads/issue6
  Home:   https://github.com/zopefoundation/zope.hookable
  Commit: 545ec010982aa2bcc2d6dd829a903eceafa6dfcd
      https://github.com/zopefoundation/zope.hookable/commit/545ec010982aa2bcc2d6dd829a903eceafa6dfcd
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-11-07 (Tue, 07 Nov 2017)

  Changed paths:
    M .gitignore
    M setup.py
    M src/zope/hookable/tests/test_hookable.py
    M tox.ini

  Log Message:
  -----------
  Simplify tests using modern assertions


  Commit: 06040abb567b32c308edfb1e189b360756726275
      https://github.com/zopefoundation/zope.hookable/commit/06040abb567b32c308edfb1e189b360756726275
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-11-07 (Tue, 07 Nov 2017)

  Changed paths:
    M src/zope/hookable/tests/test_hookable.py

  Log Message:
  -----------
  Failing tests for #6


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

  Changed paths:
    M src/zope/hookable/__init__.py
    M src/zope/hookable/tests/test_hookable.py

  Log Message:
  -----------
  Passing Python implementation.


  Commit: 6bedc6c82f83ec7da01b7f1255e2cfa66125a2dd
      https://github.com/zopefoundation/zope.hookable/commit/6bedc6c82f83ec7da01b7f1255e2cfa66125a2dd
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-11-07 (Tue, 07 Nov 2017)

  Changed paths:
    M src/zope/hookable/_zope_hookable.c

  Log Message:
  -----------
  Fix whitespace in _zope_hookable.c

It was a mix of tabs and spaces, using eight spaces for indentation,
so nothing lined up.

Now it's all spaces

Also remove old Python 2.6 compatibility macros.


  Commit: a9d7b29321db3ead3c8ded03f9f8321e08652292
      https://github.com/zopefoundation/zope.hookable/commit/a9d7b29321db3ead3c8ded03f9f8321e08652292
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-11-07 (Tue, 07 Nov 2017)

  Changed paths:
    M CHANGES.rst
    M src/zope/hookable/_zope_hookable.c
    M src/zope/hookable/tests/test_hookable.py

  Log Message:
  -----------
  Working C implementation, plus additional tests. Fixes #6


Compare: https://github.com/zopefoundation/zope.hookable/compare/545ec010982a^...a9d7b29321db


More information about the checkins mailing list