File: .coveragerc

package info (click to toggle)
python-tinycss 0.4-8
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 716 kB
  • sloc: python: 2,476; makefile: 7
file content (10 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
[run]
branch = True

[report]
exclude_lines =
    pragma: no cover
    def __repr__
    except ImportError
omit =
    tinycss/tests/speed.py