What mutation-testing frameworks exist for C/C++?

后端 未结 6 1647
长情又很酷
长情又很酷 2021-02-01 13:03

Mutation testing has been out there for a while now, and it seems there are at least one or two commercial mutation testing frameworks for C/C++. Have you used them? What are yo

6条回答
  •  一个人的身影
    2021-02-01 13:42

    A straight forward python script for mutating c programs is available at:

    https://github.com/parunbabu/mutate.py

    the author says it works better if the code under test is de-commented and indented.

    and it is also free and opensource ... i think this is what you are looking for.

提交回复
热议问题