sixty-north / cosmic-ray

Mutation testing for Python
MIT License
556 stars 54 forks source link

Don't do operator replacement on "import *" #547

Closed abingham closed 2 months ago

abingham commented 2 months ago

The operator replacer(s) will replace the "" in "from foo import ". This is clearly nonsense, so we should stop the operator from working on these.