File: setup.cfg

package info (click to toggle)
python-proton-vpn-api-core 4.16.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,312 kB
  • sloc: python: 11,057; makefile: 9
file content (8 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
[flake8]
ignore = C901, W503, E402
max-line-length = 120

[tool:pytest]
addopts = --cov=proton/vpn/core/ --cov-report html --cov-report term
testpaths =
    tests