Improve validation messages #196

Merged
Dalai Felinto merged 7 commits from pr-error-messages into main 2024-07-01 15:22:55 +02:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit bd4f430758 - Show all commits

View File

@ -119,9 +119,10 @@ EXPECTED_VALIDATION_ERRORS = {
},
'invalid-manifest-toml.zip': {'source': ['Manifest file contains invalid code.']},
'invalid-theme-multiple-xmls.zip': {'source': ['Themes can only contain <strong>one XML file</strong>.']},
'invalid-theme-multiple-xmls-macosx.zip': {'source': ['Archive contains forbidden files or directories: __MACOSX/']},
'invalid-missing-wheels.zip': {
'source': [
'Python wheel missing: <strong>addon/wheels/test-wheel-whatever.whl<strong>'
'Python wheel missing: addon/wheels/test-wheel-whatever.whl'
]
},
}