python-tuf/tests/.coveragerc
Vladimir Diaz 66f4b88ef2 Update repository tool diagram and coverage.
Fix text box alignment in diagram.
Omit coverage of repository tool prompt and getpass.
Minor coverage update.
2014-06-03 14:59:56 -04:00

19 lines
347 B
INI

[run]
branch = True
[report]
exclude_lines =
pragma: no cover
def check_crypto_libraries
def _get_password
def _prompt
def __str__
if __name__ == .__main__.:
omit =
*/tuf/interposition/*
*/tuf/_vendor/*
# Command-line tool and integration example that calls core TUF.
*/tuf/client/basic_client.py