[Checkins] [zopefoundation/zope.testbrowser] 43d913: Add Browser.followRedirects option

Colin Watson noreply at github.com
Sun Nov 10 22:14:56 CET 2019


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.testbrowser
  Commit: 43d91345a5136976f43919db66b6229aa091399b
      https://github.com/zopefoundation/zope.testbrowser/commit/43d91345a5136976f43919db66b6229aa091399b
  Author: Colin Watson <cjwatson at debian.org>
  Date:   2019-11-10 (Sun, 10 Nov 2019)

  Changed paths:
    M CHANGES.rst
    M src/zope/testbrowser/browser.py
    M src/zope/testbrowser/tests/test_browser.py

  Log Message:
  -----------
  Add Browser.followRedirects option

This used to be possible with mechanize by calling
`browser.mech_browser.set_handle_redirect(False)`.  We now support it
directly.

Fixes #79.


  Commit: 7448fa3acceb7c6a1b10936c1fac9c5752119965
      https://github.com/zopefoundation/zope.testbrowser/commit/7448fa3acceb7c6a1b10936c1fac9c5752119965
  Author: Colin Watson <cjwatson at ubuntu.com>
  Date:   2019-11-10 (Sun, 10 Nov 2019)

  Changed paths:
    M CHANGES.rst
    M src/zope/testbrowser/browser.py
    M src/zope/testbrowser/tests/test_browser.py

  Log Message:
  -----------
  Merge pull request #85 from cjwatson/follow-redirects-option

Add Browser.followRedirects option


Compare: https://github.com/zopefoundation/zope.testbrowser/compare/784e0c60956a...7448fa3acceb


More information about the checkins mailing list