[Checkins] [zopefoundation/zope.testbrowser] 956d2f: Tell flake8 to look inside doctests

Marius Gedminas noreply at github.com
Tue Feb 5 15:53:48 CET 2019


  Branch: refs/heads/fix-css-selector
  Home:   https://github.com/zopefoundation/zope.testbrowser
  Commit: 956d2f17f5609af907292b5e7b574c1484bcc248
      https://github.com/zopefoundation/zope.testbrowser/commit/956d2f17f5609af907292b5e7b574c1484bcc248
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2019-02-05 (Tue, 05 Feb 2019)

  Changed paths:
    M setup.cfg

  Log Message:
  -----------
  Tell flake8 to look inside doctests

My editor highlights flake8 warnings.  I don't want it to mistakenly
tell me 'import io' is unused when it's actually used inside a doctest.


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

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

  Log Message:
  -----------
  Quote attribute values in CSS selectors

Fixes #61.


Compare: https://github.com/zopefoundation/zope.testbrowser/compare/956d2f17f560%5E...ac4e14c95b59


More information about the checkins mailing list