File: .coveragerc

package info (click to toggle)
python-mock 5.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 624 kB
  • sloc: python: 8,580; makefile: 11; sh: 5
file content (14 lines) | stat: -rw-r--r-- 173 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[run]
source = mock

[report]
exclude_lines =
    pragma: no cover
    if __name__ == .__main__.:
    : pass
    : yield

[paths]
source =
    mock/
    /root/project/mock/