projects
/
pyderasn.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Initial revision
[pyderasn.git]
/
.coveragerc
1
[run]
2
branch = True
3
4
[report]
5
show_missing = True
6
exclude_lines =
7
# Have to re-enable the standard pragma
8
pragma: no cover
9
10
if __name__ == .__main__.: