Cargo-mutants:zombie: Inject bugs and see if your tests catch them
1–10 of 18 posts
Re: Cargo-mutants:zombie: Inject bugs and see if your tests catch them
#2Re: Cargo-mutants:zombie: Inject bugs and see if your tests catch them
#3I wonder if there’s something similar to run on a c codebase.
[1]: https://mull.readthedocs.io/en/0.26.0/ [2]: https://sqlite.org/testing.html#mutation_testing
Re: Cargo-mutants:zombie: Inject bugs and see if your tests catch them
#4I wonder if there’s something similar to run on a c codebase.
Re: Cargo-mutants:zombie: Inject bugs and see if your tests catch them
#5“Add a major bug to this file that is not covered by existing tests” vs “Find the bug in this file” vs “write a sensible test in this file that protects against this type of bug”
Re: Cargo-mutants:zombie: Inject bugs and see if your tests catch them
#6Is this to be used in addition to the tools mentioned in this talk: https://youtube.com/watch?v=qfknfCsICUM
Re: Cargo-mutants:zombie: Inject bugs and see if your tests catch them
#7Re: Cargo-mutants:zombie: Inject bugs and see if your tests catch them
#8This seems like a near perfect use of coding LLMs and a useful way to implement reinforcement learning. “Add a major bug to this file that is not covered by existing tests” vs “Find the bug in this file” vs “write a sensible test in this file that protects against this type of bug”
Re: Cargo-mutants:zombie: Inject bugs and see if your tests catch them
#9Re: Cargo-mutants:zombie: Inject bugs and see if your tests catch them
#10I say this as a so-so software engineer. I badly wish there was more emphasis on increasing software quality. There is so much the industry could do to radically improve quality, such as tools like this.
I know the incentives just aren't there, but still.