File: .coveragerc

package info (click to toggle)
python-socks 2.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 544 kB
  • sloc: python: 5,195; sh: 8; makefile: 3
file content (15 lines) | stat: -rw-r--r-- 355 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[run]
omit =
#    */_proxy_chain_*.py
#    python_socks/async_/asyncio/ext/*
    python_socks/_basic_auth.py
    python_socks/sync/v2/_ssl_transport.py
[report]
# Regexes for lines to exclude from consideration
exclude_lines =
    pragma: no cover
    pragma: nocover
    def __repr__
    if self.debug:
    raise NotImplementedError
    raise ValueError