[Checkins] [zopefoundation/zope.app.i18n] d69875: Non-browser coverage.

GitHub noreply at github.com
Wed May 24 22:54:29 CEST 2017


  Branch: refs/heads/python3
  Home:   https://github.com/zopefoundation/zope.app.i18n
  Commit: d69875e64a3c51d4b3aa98ceb0c092125d17fc5c
      https://github.com/zopefoundation/zope.app.i18n/commit/d69875e64a3c51d4b3aa98ceb0c092125d17fc5c
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-05-24 (Wed, 24 May 2017)

  Changed paths:
    M src/zope/app/i18n/filters.py
    M src/zope/app/i18n/tests/test_filters.py
    M src/zope/app/i18n/tests/test_messagecatalog.py
    M src/zope/app/i18n/tests/test_translationdomain.py

  Log Message:
  -----------
  Non-browser coverage.


  Commit: 71dcce0fa5539825bed33ec4689e0a525cd3f8d4
      https://github.com/zopefoundation/zope.app.i18n/commit/71dcce0fa5539825bed33ec4689e0a525cd3f8d4
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-05-24 (Wed, 24 May 2017)

  Changed paths:
    M CHANGES.rst
    M src/zope/app/i18n/browser/configure.zcml
    M src/zope/app/i18n/browser/exportimport.pt
    M src/zope/app/i18n/browser/synchronize.py
    A src/zope/app/i18n/browser/tests/test_exportimport.py
    M src/zope/app/i18n/browser/tests/test_translate.py
    M src/zope/app/i18n/browser/translate.py
    M src/zope/app/i18n/translationdomain.py
    A src/zope/app/i18n/xmlrpc/tests/__init__.py
    A src/zope/app/i18n/xmlrpc/tests/test_methods.py

  Log Message:
  -----------
  Full coverage for the browser components.

Notably this means dropping the custom BasicAuthTransport for XMLRPC
in synchronize.py because it relied on classes that don't exist in
Python 3. But the built-in transports handle Basic Auth if the info is
encoded in the URL, so do that instead.


Compare: https://github.com/zopefoundation/zope.app.i18n/compare/b298af946e13...71dcce0fa553


More information about the checkins mailing list