[Checkins] [zopefoundation/Zope] 25461a: Testbrowser and functional tests turn HTTPExceptio...

GitHub noreply at github.com
Sun Feb 5 21:58:47 CET 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/Zope
  Commit: 25461a701c1ad7cbb08f937dd47434844573dc41
      https://github.com/zopefoundation/Zope/commit/25461a701c1ad7cbb08f937dd47434844573dc41
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2017-02-05 (Sun, 05 Feb 2017)

  Changed paths:
    M CHANGES.rst
    M src/Products/Five/component/makesite.txt
    M src/Testing/ZopeTestCase/functional.py
    M src/Testing/ZopeTestCase/zopedoctest/functional.py
    M src/Testing/testbrowser.py
    M src/Testing/tests/test_testbrowser.py
    M src/ZPublisher/httpexceptions.py

  Log Message:
  -----------
  Testbrowser and functional tests turn HTTPExceptions into responses.

This should more closely mirror the prior behavior, were
`handle_errors = False` was used to catch unexpected exceptions like
value or type errors, but still get normal responses when non 2xx
but expected HTTP responses were encountered.




More information about the checkins mailing list