Add some basic unittests for metadata sanity

Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: gtema <artem.goncharov@gmail.com>
Co-committed-by: gtema <artem.goncharov@gmail.com>
This commit is contained in:
2023-03-26 17:51:23 +00:00
committed by zuul
parent a7a4f676e0
commit 4989570371
4 changed files with 59 additions and 4 deletions

View File

@ -19,7 +19,6 @@ commands = {posargs}
[flake8]
# E123, E125 skipped as they are invalid PEP-8.
show-source = True
ignore = E123,E125,W503
builtins = _