summaryrefslogtreecommitdiff
path: root/.coveragerc
blob: 70666c7a85b0f5881bc7b9f2026d8efc92f2918a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[run]
branch = 1
cover_pylib = 0
include=*oauthlib/*
omit = oauthlib.tests.*

[report]
omit =
    */python?.?/*
    */site-packages/*
    */pypy/*
exclude_lines =
    pragma: no cover
    def __repr__
    if __debug__:
    raise AssertionError
    raise NotImplementedError
    if 0:
    if __name__ == .__main__.:
    noqa