mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
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>
13 lines
178 B
INI
13 lines
178 B
INI
[run]
|
|
branch = True
|
|
|
|
omit =
|
|
*/tests/*
|
|
*/site-packages/*
|
|
|
|
[report]
|
|
exclude_lines =
|
|
pragma: no cover
|
|
def __str__
|
|
if __name__ == .__main__.:
|
|
@abstractmethod
|