Open pieqq opened 1 month ago
Over time, a lot of Checkbox tests have developed their own "slugify" function to deal with naming issues:
checkbox-support/checkbox_support/parsers/udevadm.py
providers/resource/bin/graphics_card_resource.py
providers/resource/bin/snapd_resource.py
While raising #1510, we found out it would be better to have a single slugify function that could be called from everywhere it's required.
slugify
This function should be located in checkbox-support/checkbox_support/helpers.
checkbox-support/checkbox_support/helpers
Thank you for reporting us your feedback!
The internal ticket has been created: https://warthogs.atlassian.net/browse/CHECKBOX-1593.
This message was autogenerated
Enhancement Proposal
Over time, a lot of Checkbox tests have developed their own "slugify" function to deal with naming issues:
checkbox-support/checkbox_support/parsers/udevadm.py
providers/resource/bin/graphics_card_resource.py
providers/resource/bin/snapd_resource.py
While raising #1510, we found out it would be better to have a single
slugify
function that could be called from everywhere it's required.This function should be located in
checkbox-support/checkbox_support/helpers
.