mutation_test 1.3.4 copy "mutation_test: ^1.3.4" to clipboard
mutation_test: ^1.3.4 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
20
likes
0
points
1.93k
downloads

Publisher

unverified uploader

Weekly Downloads

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

License

unknown (license)

Dependencies

args, xml

More

Packages that depend on mutation_test