sixty-north / cosmic-ray

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

The VariableReplacer and VariableInserter tests are not repeatable #532

Open abingham opened 1 year ago

abingham commented 1 year ago

Because the VariableReplacer an VariableInserter operators produce random output, our current testing strategy for them fails. We can't know what to expect from them.

Our testing plan right now is to xfail them, but we should instead find a way to actually test them.