File: .coveragerc

package info (click to toggle)
python-laspy 2.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,124 kB
  • sloc: python: 9,474; makefile: 20
file content (17 lines) | stat: -rw-r--r-- 367 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[report]
# Regexes for lines to exclude from consideration
exclude_lines =
    # Have to re-enable the standard pragma
    pragma: no cover

    # Don't complain about missing debug-only code:
    def __repr__
    if self\.debug

    # Don't complain about abstract methods, they aren't run:
    @(abc\.)?abstractmethod


[run]
source = laspy
command_line = -m pytest