Improve validation messages #196
BIN
extensions/tests/files/invalid-theme-multiple-xmls-macosx.zip
Normal file
BIN
extensions/tests/files/invalid-theme-multiple-xmls-macosx.zip
Normal file
Binary file not shown.
@ -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'
|
||||
]
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user