Open Issues Need Help
View All on GitHub Mutate f-strings and concatenated strings about 3 hours ago
AI Summary: The current string mutation operator only targets simple strings, but needs to be extended to also mutate f-strings (`cst.FormattedString`) and concatenated strings (`cst.ConcatenatedString`). The proposed approach is to mutate only one part of these complex string types to reduce the number of generated mutants.
Complexity:
3/5
enhancement good first issue