Add some basic unittests for metadata sanity
All checks were successful
gl/check check status: success (1b89c50259d35059e86b3268dbdb253cb175291d)
gl/gate gate status: success (1b89c50259d35059e86b3268dbdb253cb175291d)

add some unittest that verifies metadata is sorted properly and also
verifies presence of certain attributes
This commit is contained in:
2023-03-23 14:00:08 +01:00
parent b52b0bb5e0
commit 1b89c50259
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 = _