fault-localization icon indicating copy to clipboard operation
fault-localization copied to clipboard

A fault localization tool for Python's pytest testing framework

Results 1 fault-localization issues
Sort by recently updated
recently updated
newest added

It seems like the suspiciousness scores are off by one. I used the following code example: ```python def mid(x, y, z): m = z if y < z: if x...