[Checkins] [zopefoundation/zope.testing] 62b7fa: Introduce optionflag ``EXCEPTION_2TO3`` to normali...

GitHub noreply at github.com
Fri Sep 30 14:14:27 CEST 2016


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.testing
  Commit: 62b7fa045abb7a57b542de28f82e306ac8c96861
      https://github.com/zopefoundation/zope.testing/commit/62b7fa045abb7a57b542de28f82e306ac8c96861
  Author: Jan-Wijbrand Kolman <jkolman at minddistrict.com>
  Date:   2016-09-29 (Thu, 29 Sep 2016)

  Changed paths:
    M CHANGES.rst
    M src/zope/testing/renormalizing.py
    M src/zope/testing/renormalizing.txt
    A src/zope/testing/test_renormalizing.py
    M src/zope/testing/tests.py

  Log Message:
  -----------
  Introduce optionflag ``EXCEPTION_2TO3`` to normalize exception class names in traceback output.


  Commit: 2f1882a00fb240831e0f908de68de2582ca59221
      https://github.com/zopefoundation/zope.testing/commit/2f1882a00fb240831e0f908de68de2582ca59221
  Author: Jan-Wijbrand Kolman <jkolman at minddistrict.com>
  Date:   2016-09-29 (Thu, 29 Sep 2016)

  Changed paths:
    M src/zope/testing/renormalizing.py
    M src/zope/testing/renormalizing.txt

  Log Message:
  -----------
  be as helpful as we can in giving a hint for a failing test against traceback output.


  Commit: 8310515c9117f0c9b613d78bbf6df3c7a8be8aad
      https://github.com/zopefoundation/zope.testing/commit/8310515c9117f0c9b613d78bbf6df3c7a8be8aad
  Author: Jan-Wijbrand Kolman <jkolman at minddistrict.com>
  Date:   2016-09-29 (Thu, 29 Sep 2016)

  Changed paths:
    M src/zope/testing/renormalizing.py
    M src/zope/testing/renormalizing.txt

  Log Message:
  -----------
  tweak the hint output


  Commit: f6cca5d2209f595f8d52ddf21435b73aaa23eb33
      https://github.com/zopefoundation/zope.testing/commit/f6cca5d2209f595f8d52ddf21435b73aaa23eb33
  Author: Jan-Wijbrand Kolman <jkolman at minddistrict.com>
  Date:   2016-09-29 (Thu, 29 Sep 2016)

  Changed paths:
    M src/zope/testing/renormalizing.py
    M src/zope/testing/renormalizing.txt

  Log Message:
  -----------
  allow not passing in any patterns to the renormalizing output checker.


  Commit: 2690ae7bf092c3bcb626c656ee8956b75f96b40c
      https://github.com/zopefoundation/zope.testing/commit/2690ae7bf092c3bcb626c656ee8956b75f96b40c
  Author: Jan-Wijbrand Kolman <jkolman at minddistrict.com>
  Date:   2016-09-30 (Fri, 30 Sep 2016)

  Changed paths:
    M src/zope/testing/renormalizing.py
    M src/zope/testing/renormalizing.txt
    M src/zope/testing/tests.py

  Log Message:
  -----------
  use sys.version_info instead of sys.version


  Commit: 197cf79136300f36d1bde78f9d261b79b4e5d173
      https://github.com/zopefoundation/zope.testing/commit/197cf79136300f36d1bde78f9d261b79b4e5d173
  Author: Jan-Wijbrand Kolman <jkolman at minddistrict.com>
  Date:   2016-09-30 (Fri, 30 Sep 2016)

  Changed paths:
    M src/zope/testing/renormalizing.py
    M src/zope/testing/renormalizing.txt

  Log Message:
  -----------
  Rename EXCEPTION_2TO3 into IGNORE_EXCEPTION_MODULE_IN_PYTHON2


  Commit: ec653846008a2fd287dc2d9d70bf5a2bbf98ee55
      https://github.com/zopefoundation/zope.testing/commit/ec653846008a2fd287dc2d9d70bf5a2bbf98ee55
  Author: Jan-Wijbrand Kolman <jkolman at minddistrict.com>
  Date:   2016-09-30 (Fri, 30 Sep 2016)

  Changed paths:
    M src/zope/testing/test_renormalizing.py

  Log Message:
  -----------
  use textwrap.dedent() to make long tests strings more legible.


  Commit: 8d1a396bf993a0644b680516956add9b64029ce9
      https://github.com/zopefoundation/zope.testing/commit/8d1a396bf993a0644b680516956add9b64029ce9
  Author: Jan-Wijbrand Kolman <jkolman at minddistrict.com>
  Date:   2016-09-30 (Fri, 30 Sep 2016)

  Changed paths:
    M src/zope/testing/renormalizing.py

  Log Message:
  -----------
  be more strict about how the traceback output should look like.


  Commit: 6e950715162b6e8aaac1dffc3fe09e295f6c5ecf
      https://github.com/zopefoundation/zope.testing/commit/6e950715162b6e8aaac1dffc3fe09e295f6c5ecf
  Author: Jan-Wijbrand Kolman <jkolman at minddistrict.com>
  Date:   2016-09-30 (Fri, 30 Sep 2016)

  Changed paths:
    M src/zope/testing/renormalizing.py
    M src/zope/testing/renormalizing.txt

  Log Message:
  -----------
  update the hint to hopefully be more helpful and explicit.


  Commit: e5f4996443512e5072f8055ec7f643e19fdb9bc6
      https://github.com/zopefoundation/zope.testing/commit/e5f4996443512e5072f8055ec7f643e19fdb9bc6
  Author: Jan-Wijbrand Kolman <jkolman at minddistrict.com>
  Date:   2016-09-30 (Fri, 30 Sep 2016)

  Changed paths:
    M CHANGES.rst
    M src/zope/testing/test_renormalizing.py

  Log Message:
  -----------
  final round of cosmetics in the changelog and the textwrapping


  Commit: 08aa3d525cb47075ae8b1fe2490016e64b846ed3
      https://github.com/zopefoundation/zope.testing/commit/08aa3d525cb47075ae8b1fe2490016e64b846ed3
  Author: Jan-Wijbrand Kolman <jkolman at minddistrict.com>
  Date:   2016-09-30 (Fri, 30 Sep 2016)

  Changed paths:
    M src/zope/testing/renormalizing.py

  Log Message:
  -----------
  We wanted to confirm more strictly we're dealing with a traceback here.
However, doctest will preprocess exception output. It gets rid of the
the stack trace and the "Traceback (most recent call last)"-part. It
passes only the exception message to the checker.


  Commit: 5c0afda7354aed279092da74afb3648814e9737a
      https://github.com/zopefoundation/zope.testing/commit/5c0afda7354aed279092da74afb3648814e9737a
  Author: Jan-Wijbrand Kolman <jkolman at minddistrict.com>
  Date:   2016-09-30 (Fri, 30 Sep 2016)

  Changed paths:
    M src/zope/testing/renormalizing.py
    M src/zope/testing/renormalizing.txt

  Log Message:
  -----------
  add even more hopefully helpful explanations to the hint


  Commit: 527ce11aab976afabc6644a0fcf6c8525223ce54
      https://github.com/zopefoundation/zope.testing/commit/527ce11aab976afabc6644a0fcf6c8525223ce54
  Author: Jan-Wijbrand Kolman <jkolman at minddistrict.com>
  Date:   2016-09-30 (Fri, 30 Sep 2016)

  Changed paths:
    M CHANGES.rst
    M src/zope/testing/renormalizing.py
    M src/zope/testing/renormalizing.txt
    A src/zope/testing/test_renormalizing.py
    M src/zope/testing/tests.py

  Log Message:
  -----------
  Merge pull request #15 from zopefoundation/doctest-2-to-3

Doctest 2 to 3


Compare: https://github.com/zopefoundation/zope.testing/compare/fcb30778408f...527ce11aab97


More information about the checkins mailing list