[Checkins] [zopefoundation/zope.testbrowser] 2b77b6: Tell flake8 to look inside doctests

Marius Gedminas noreply at github.com
Tue Feb 5 17:14:12 CET 2019


  Branch: refs/heads/fix-css-selector
  Home:   https://github.com/zopefoundation/zope.testbrowser
  Commit: 2b77b6aadd91c452fcf2800535b97cb7a20543b2
      https://github.com/zopefoundation/zope.testbrowser/commit/2b77b6aadd91c452fcf2800535b97cb7a20543b2
  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: f183cb9d0d621a6fabd76b2834775c51ccd597cc
      https://github.com/zopefoundation/zope.testbrowser/commit/f183cb9d0d621a6fabd76b2834775c51ccd597cc
  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/ac4e14c95b59...f183cb9d0d62


More information about the checkins mailing list