[Checkins] [zopefoundation/grokcore.view] 326aef: PY2-PY3: Fix various import issues with relative i...

GitHub noreply at github.com
Fri Sep 30 18:17:13 CEST 2016


  Branch: refs/heads/resurrection-python3
  Home:   https://github.com/zopefoundation/grokcore.view
  Commit: 326aef63d703ea45e1e6425919bc13028f22268b
      https://github.com/zopefoundation/grokcore.view/commit/326aef63d703ea45e1e6425919bc13028f22268b
  Author: Steffen Allner <sa at gocept.com>
  Date:   2016-09-30 (Fri, 30 Sep 2016)

  Changed paths:
    M src/grokcore/view/tests/view/cross_package.py
    M src/grokcore/view/tests/view/shared_template_dir.py
    M src/grokcore/view/tests/view/shared_template_fixture/second_module.py

  Log Message:
  -----------
  PY2-PY3: Fix various import issues with relative imports.


  Commit: caeffa9f8c8cde26ba5a58e4461c6794651fbfd0
      https://github.com/zopefoundation/grokcore.view/commit/caeffa9f8c8cde26ba5a58e4461c6794651fbfd0
  Author: Steffen Allner <sa at gocept.com>
  Date:   2016-09-30 (Fri, 30 Sep 2016)

  Changed paths:
    M src/grokcore/view/ftests/url/redirect.py
    M src/grokcore/view/tests/view/view.py

  Log Message:
  -----------
  PY2-PY3: Adapt Exception expectations.


  Commit: 772af40ba14850a494754624fb87c0b7c5e04718
      https://github.com/zopefoundation/grokcore.view/commit/772af40ba14850a494754624fb87c0b7c5e04718
  Author: Steffen Allner <sa at gocept.com>
  Date:   2016-09-30 (Fri, 30 Sep 2016)

  Changed paths:
    M src/grokcore/view/ftests/url/url.py
    M src/grokcore/view/templatereg.txt
    M src/grokcore/view/tests/contentprovider/contentprovider_render_and_template.py
    M src/grokcore/view/tests/skin/conflict.py
    M src/grokcore/view/tests/skin/directive.py
    M src/grokcore/view/tests/skin/nodouble.py
    M src/grokcore/view/tests/skin/notonlayer.py
    M src/grokcore/view/tests/test_all.py
    M src/grokcore/view/tests/view/ambiguouscontext.py
    M src/grokcore/view/tests/view/dirandinlinetemplate.py
    M src/grokcore/view/tests/view/dirtemplateandrender.py
    M src/grokcore/view/tests/view/eithertemplateorrender.py
    M src/grokcore/view/tests/view/eitherviewtemplateequalorrender.py
    M src/grokcore/view/tests/view/explicitimplicittemplate.py
    M src/grokcore/view/tests/view/inline_unassociated.py
    M src/grokcore/view/tests/view/missingcontext.py
    M src/grokcore/view/tests/view/namemultiple.py
    M src/grokcore/view/tests/view/nameunicode.py
    M src/grokcore/view/tests/view/nomodulename.py
    M src/grokcore/view/tests/view/notemplateorrender.py
    M src/grokcore/view/tests/view/templatedirectory_with_path_sep.py
    M src/grokcore/view/tests/view/templatedirectorynotfound.py
    M src/grokcore/view/tests/view/templatenotfound.py
    M src/grokcore/view/tests/view/twoviewsusetemplate.py
    M src/grokcore/view/tests/view/view.py
    M src/grokcore/view/tests/view/view_decorator.py

  Log Message:
  -----------
  PY2-PY3: Adapt to final version of `zope.testing` option flag.

- We need to have the Traceback on one line, which makes it necessary to adjust
  the tests again.
- For the tests in the `templatereg.txt` it is not possible to wrap it with
  backslashes, so we need to live with long lines.
- We pass a checker to DocFileSuite although it is not officially supported but
  the kwargs are passed to the right place.


  Commit: abc6b79634540f23947337a815e64facfbdc5450
      https://github.com/zopefoundation/grokcore.view/commit/abc6b79634540f23947337a815e64facfbdc5450
  Author: Steffen Allner <sa at gocept.com>
  Date:   2016-09-30 (Fri, 30 Sep 2016)

  Changed paths:
    M src/grokcore/view/components.py
    M src/grokcore/view/ftests/url/url.py
    M src/grokcore/view/ftests/url/url_function.py
    M src/grokcore/view/tests/skin/directive.py

  Log Message:
  -----------
  PY2-PY3: Fix various tests related to unicode / string handling.


  Commit: 81dddd66987428301bfe04f537c019d69d8acf37
      https://github.com/zopefoundation/grokcore.view/commit/81dddd66987428301bfe04f537c019d69d8acf37
  Author: Steffen Allner <sa at gocept.com>
  Date:   2016-09-30 (Fri, 30 Sep 2016)

  Changed paths:
    M src/grokcore/view/ftests/test_functional.py

  Log Message:
  -----------
  PY2-PY3: Allow tear down of layer.


  Commit: 58a8eea936c44011625f783204fec79a8bb0e21a
      https://github.com/zopefoundation/grokcore.view/commit/58a8eea936c44011625f783204fec79a8bb0e21a
  Author: Steffen Allner <sa at gocept.com>
  Date:   2016-09-30 (Fri, 30 Sep 2016)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  PY2-PY3: Claim Python 3 support.


Compare: https://github.com/zopefoundation/grokcore.view/compare/d5082c72a2fe...58a8eea936c4


More information about the checkins mailing list