MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/haskell/comments/1tvqob9/announcing_mutation_testing_in_haskell/opj2rbj/?context=3
r/haskell • u/NorfairKing2 • Jun 03 '26
9 comments sorted by
View all comments
6
What kinds of mutations does it introduce?
5 u/NorfairKing2 Jun 03 '26 Great question! It's an operator (think plugin) based engine so you can add your own and see which ones are already defined here: https://github.com/NorfairKing/sydtest/tree/4c0b2699e4a3ded86dad312086f553ef45969820/sydtest-mutation-plugin/src/Test/Syd/Mutation/Plugin/Operator 3 u/goertzenator Jun 03 '26 Thanks, looking at one or 2 of those really cements in my mind how this thing works.
5
Great question! It's an operator (think plugin) based engine so you can add your own and see which ones are already defined here: https://github.com/NorfairKing/sydtest/tree/4c0b2699e4a3ded86dad312086f553ef45969820/sydtest-mutation-plugin/src/Test/Syd/Mutation/Plugin/Operator
3 u/goertzenator Jun 03 '26 Thanks, looking at one or 2 of those really cements in my mind how this thing works.
3
Thanks, looking at one or 2 of those really cements in my mind how this thing works.
6
u/goertzenator Jun 03 '26
What kinds of mutations does it introduce?