mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Forget about level 9
This commit is contained in:
parent
f514824235
commit
1961b21f33
1 changed files with 0 additions and 12 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue