简体   繁体   中英

How can I perform mutation tests on an F# codebase?

What options are available for me to execute mutation tests on an F# codebase?

For example, are there any frameworks available?

Depends what sort of mutations you want.

Traditional mutation testing is performed by mutating at a byte-code/IL level, which means it doesn't matter what language you used to write it.

Unfortunately, there still isn't anything even nearly as mature as PIT Java Mutation Testing . The closest you will get is Ninja Turtles , but I've had limited success with that.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM