sixty-north / cosmic-ray

Mutation testing for Python
MIT License
565 stars 57 forks source link

Added some tests that ensure that operators only modify the code they should #414

Closed abingham closed 3 years ago

abingham commented 5 years ago

We've had one or two bugs where operators were a) correctly modifying the code they were supposed to but b) modifying code they shouldn't as well. How can we test for this in a general way?