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
31 stars 37 forks source link

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

Closed mustafakemalgilor closed 4 months ago

mustafakemalgilor commented 4 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