[Checkins] [zopefoundation/zope.component] 712bb8: 100% coverage

GitHub noreply at github.com
Thu Jul 6 00:06:13 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.component
  Commit: 712bb8e078de20e01311cfe57d8dccfbbdcbe9b3
      https://github.com/zopefoundation/zope.component/commit/712bb8e078de20e01311cfe57d8dccfbbdcbe9b3
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-06-30 (Fri, 30 Jun 2017)

  Changed paths:
    M .coveragerc
    M .gitignore
    M .travis.yml
    M CHANGES.rst
    M MANIFEST.in
    M README.rst
    M docs/testlayer.rst
    M setup.py
    M src/zope/component/standalonetests.py
    M src/zope/component/testfiles/components.py
    M src/zope/component/testfiles/views.py
    M src/zope/component/testing.py
    M src/zope/component/testlayer.py
    M src/zope/component/tests/__init__.py
    M src/zope/component/tests/examples.py
    M src/zope/component/tests/test__api.py
    M src/zope/component/tests/test__declaration.py
    M src/zope/component/tests/test_factory.py
    M src/zope/component/tests/test_globalregistry.py
    M src/zope/component/tests/test_hookable.py
    M src/zope/component/tests/test_persistentregistry.py
    M src/zope/component/tests/test_registry.py
    M src/zope/component/tests/test_security.py
    M src/zope/component/tests/test_standalone.py
    M src/zope/component/tests/test_zcml.py
    M tox.ini

  Log Message:
  -----------
  100% coverage

Add change note and badge to readme.

Remove unused class and function.

Omit standalonetests.py entirely from coverage.

Another unused class.

Incorporate feedback in test__api.py

* Bring back _callFUT and make the queryAdapterInContext tests call it
* Change raise NotImplentedError into specific fails_if_called() calls.

Remove redundant argument now that all test in Test_adapts pass under all versions.

Remove NotImplementedError from test_globalregistry.py

Remove NotImplementedError from test_hookable.py

Remove NotImplementedError from test_registry.py

Remove NotImplementedError from test_security.py

Remove NotImplementedError from test_zcml.py

Remove NotImplementedError from test_factory.py

Document ZCML feature and devmode.

Really accept all arguments unless opted out.


  Commit: 8b7bfa5633b5ff7ef7a2a432c9ccb6b4d6f4d61b
      https://github.com/zopefoundation/zope.component/commit/8b7bfa5633b5ff7ef7a2a432c9ccb6b4d6f4d61b
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2017-07-05 (Wed, 05 Jul 2017)

  Changed paths:
    M .coveragerc
    M .gitignore
    M .travis.yml
    M CHANGES.rst
    M MANIFEST.in
    M README.rst
    M docs/testlayer.rst
    M setup.py
    M src/zope/component/standalonetests.py
    M src/zope/component/testfiles/components.py
    M src/zope/component/testfiles/views.py
    M src/zope/component/testing.py
    M src/zope/component/testlayer.py
    M src/zope/component/tests/__init__.py
    M src/zope/component/tests/examples.py
    M src/zope/component/tests/test__api.py
    M src/zope/component/tests/test__declaration.py
    M src/zope/component/tests/test_factory.py
    M src/zope/component/tests/test_globalregistry.py
    M src/zope/component/tests/test_hookable.py
    M src/zope/component/tests/test_persistentregistry.py
    M src/zope/component/tests/test_registry.py
    M src/zope/component/tests/test_security.py
    M src/zope/component/tests/test_standalone.py
    M src/zope/component/tests/test_zcml.py
    M tox.ini

  Log Message:
  -----------
  Merge pull request #30 from zopefoundation/issue29

100% coverage


Compare: https://github.com/zopefoundation/zope.component/compare/43d7351318eb...8b7bfa5633b5


More information about the checkins mailing list