python-tuf/tests/.coveragerc
Jussi Kukkonen 2b9cc1e462 tests: Add some initial tests for tuf.repository
These are pretty basic and do not test much about the content of the
repository... but it does check version numbers (and how many versions
have been published) in a couple of situations.

Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
2024-06-03 10:12:35 +03:00

13 lines
178 B
INI

[run]
branch = True
omit =
*/tests/*
*/site-packages/*
[report]
exclude_lines =
pragma: no cover
def __str__
if __name__ == .__main__.:
@abstractmethod