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

GitHub noreply at github.com
Tue Nov 7 17:54:23 CET 2017


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


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

  Changed paths:
    M .coveragerc

  Log Message:
  -----------
  Exclude raise AssertionError lines from coverage.


  Commit: d9c3838c830f2212668bcb1d32232f316554d959
      https://github.com/zopefoundation/zope.hookable/commit/d9c3838c830f2212668bcb1d32232f316554d959
  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

  Log Message:
  -----------
  strlen can be left out as an optimization.


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

  Changed paths:
    M .coveragerc
    M .gitignore
    M CHANGES.rst
    M setup.py
    M src/zope/hookable/__init__.py
    M src/zope/hookable/_zope_hookable.c
    M src/zope/hookable/tests/test_hookable.py
    M tox.ini

  Log Message:
  -----------
  Merge pull request #8 from zopefoundation/issue6

Fix issue 6 by proxying doc, dict and bases


Compare: https://github.com/zopefoundation/zope.hookable/compare/b8f787fb5fa7...1b0c5ed1eefa


More information about the checkins mailing list