]> Cypherpunks.ru repositories - pyderasn.git/blob - .coveragerc
Ability to seek in command line utility
[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__.: