mutation_test 1.6.0 copy "mutation_test: ^1.6.0" to clipboard
mutation_test: ^1.6.0 copied to clipboard

A command line application to measure the quality of your test cases by mutating your code and checking if your tests detect the changes.

example/README.md

Example files #

This directory contains example files for the mutation_test program.

Example configuration 1 #

This command produces the example outputs.

# Run the tests in directory "example":
# Write output to docs/output
# pruduce all report file formats
./mutation_test example/config.xml -o doc/output -f all

Example configuration 2 #

This command would performs the mutation tests on itself. Requires about 30min to complete.

# Run the tests in directory "example":
# output defaults to directory ./mutation-test-report
# report format defaults to html
./mutation_test example/config2.xml
17
likes
140
pub points
47%
popularity

Publisher

unverified uploader

A command line application to measure the quality of your test cases by mutating your code and checking if your tests detect the changes.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

args, path, xml

More

Packages that depend on mutation_test