File: pytest.ini

package info (click to toggle)
python-parsel 1.6.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 332 kB
  • sloc: python: 1,467; makefile: 213; sh: 8
file content (11 lines) | stat: -rw-r--r-- 348 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
[pytest]
addopts = --assert=plain --doctest-modules --ignore=setup.py
flake8-ignore =
    parsel/csstranslator.py E501
    parsel/selector.py E501
    parsel/utils.py E226 E501
    parsel/xpathfuncs.py E501
    tests/test_selector.py E501
    tests/test_selector_csstranslator.py E501
    tests/test_utils.py E501
    tests/test_xpathfuncs.py E501