[Checkins] [zopefoundation/zope.app.container] 186fba: Cleanups.

GitHub noreply at github.com
Sun Apr 23 15:34:02 CEST 2017


  Branch: refs/heads/python3
  Home:   https://github.com/zopefoundation/zope.app.container
  Commit: 186fba6ebc516cac3cfba815891a8c74c3e1be9f
      https://github.com/zopefoundation/zope.app.container/commit/186fba6ebc516cac3cfba815891a8c74c3e1be9f
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-04-23 (Sun, 23 Apr 2017)

  Changed paths:
    M .travis.yml
    M src/zope/app/container/browser/contents.py
    M src/zope/app/container/browser/tests/__init__.py
    M src/zope/app/container/browser/tests/test_adding.py
    M src/zope/app/container/browser/tests/test_contents.py
    M src/zope/app/container/browser/tests/test_contents_functional.py
    M src/zope/app/container/browser/tests/test_view_permissions.py
    M src/zope/app/container/ftesting.zcml
    M tox.ini

  Log Message:
  -----------
  Cleanups.

- Remove broken __name__ == __main__ from tests
- Indentation in .travis.yml and ftesting.zcml
- Fix encodings for test_copy_then_delete_with_unicode_name to work on
  both Py2 and Py3.
- Use unittest.defaultTestLoader.loadTestsFromName more places.
- Remove one remaining redundant check for a string when we expect a list.




More information about the checkins mailing list