Forget about level 9

This commit is contained in:
Alexandre Aubin 2023-02-24 01:25:59 +01:00 committed by GitHub
parent f514824235
commit 1961b21f33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -189,18 +189,6 @@ def level_8(tests):
and "App.qualify_for_level_8" in linter_tests[0]["results"]["success"]
@level(9, "Flagged high-quality in app catalog")
def level_9(tests):
"""
App is flagged high-quality in the app catalog (this is tested by the linter
which will rpeort a "qualify_for_level_9")
"""
linter_tests = [t for t in tests if t["test_type"] == "TEST_PACKAGE_LINTER"]
return linter_tests != [] \
and "App.qualify_for_level_9" in linter_tests[0]["results"]["success"]
def make_summary():
test_types = {