canonical / hotsos

Software analysis toolkit. Define checks in high-level language and leverage library to perform analysis of common Cloud applications.
Apache License 2.0
33 stars 38 forks source link

utils/TemplatedTestGenerator/test_method_name: support dots in name #825

Closed xmkg closed 7 months ago

xmkg commented 7 months ago

test_method_name now properly removes the file extension from the file name and uses the remainder even if there are multiple dots present in the name.

Fixes: #818