autowisp.tests.test_parameter_description_length module
Class Inheritance Diagram

Check that step argument help fits the parameter description column.
Project initialization stores the command line help of every processing
step argument in parameter.description. SQLite ignores declared
VARCHAR lengths, so an over-long help string is invisible locally and
only breaks initialization against a centralised MySQL/MariaDB database,
where it aborts the insert with “Data too long for column
‘description’”. This keeps the help strings within the column instead.
