SlavomirMazurPantheon
Results
2
comments of
SlavomirMazurPantheon
Hello, I tried to write tests in a similar way as they are written for other plugins/features. Please let me know if there is something wrong with them. Regards, Slavomir...
Hello @fredgan, I'm sorry, I forgot to include it in the minimal, reproducible example. Here is the implementation of the method: ``` def _parse_features_string(feature_str): if feature_str.find(':') == -1: return (feature_str,...