mabdi / small-amp

Test Amplification for Pharo
MIT License
5 stars 4 forks source link

Dirty Mutation Testing #79

Closed mabdi closed 4 years ago

mabdi commented 4 years ago

The mutated code remains (some times) in the final code. This causes errors in the next runs.

And mutation testing framework produces many new methods in the mutated class when the class has a Trait.

mabdi commented 4 years ago

TODO: exclude trait methods:

AClass methods select: [:method | method traitSource isNil]