[Checkins] [zopefoundation/zope.testbrowser] d31157: Fix missing HTTP status handling in .reload()

Marius Gedminas noreply at github.com
Fri Jul 12 16:51:04 CEST 2019


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.testbrowser
  Commit: d311574d82d36bb9a6919198c00b410fdb3fd02b
      https://github.com/zopefoundation/zope.testbrowser/commit/d311574d82d36bb9a6919198c00b410fdb3fd02b
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2019-07-02 (Tue, 02 Jul 2019)

  Changed paths:
    M .coveragerc
    M .gitignore
    M CHANGES.rst
    M src/zope/testbrowser/browser.py
    M src/zope/testbrowser/fixed-bugs.txt
    M src/zope/testbrowser/tests/test_browser.py
    M tox.ini

  Log Message:
  -----------
  Fix missing HTTP status handling in .reload()

Fixes #75.

Also adds `tox -e coverage-report` and makes it report paths in src/
rather than .tox/py*/lib/python*/site-packages.


  Commit: 8f07706edae5daff4a58f2f87db8febb1dd47eb4
      https://github.com/zopefoundation/zope.testbrowser/commit/8f07706edae5daff4a58f2f87db8febb1dd47eb4
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2019-07-02 (Tue, 02 Jul 2019)

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

  Log Message:
  -----------
  Ha ha actually assert the exception is raised in test


  Commit: 61792b8900550e22c35b938a88db61369183e0b8
      https://github.com/zopefoundation/zope.testbrowser/commit/61792b8900550e22c35b938a88db61369183e0b8
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2019-07-12 (Fri, 12 Jul 2019)

  Changed paths:
    M .coveragerc
    M .gitignore
    M CHANGES.rst
    M src/zope/testbrowser/browser.py
    M src/zope/testbrowser/fixed-bugs.txt
    M src/zope/testbrowser/tests/test_browser.py
    M tox.ini

  Log Message:
  -----------
  Merge pull request #77 from zopefoundation/reload-follows-redirects

Fix missing HTTP status handling in .reload()


Compare: https://github.com/zopefoundation/zope.testbrowser/compare/8edbf9b71cf6...61792b890055


More information about the checkins mailing list