jscancella / bagging

A clean and easy to use implementation of the BagIt specification
Other
2 stars 7 forks source link

Mutation Testing #18

Closed jscancella closed 4 years ago

jscancella commented 5 years ago

Take a look at adding mutation testing using http://pitest.org/

jscancella commented 4 years ago

conclusion pitest is very nice, but it takes 2-3 minutes to run out of the box and I don't think putting a threshold to fail the build is useful. Instead I think this should be run manually from time to time and see if anything needs to added for testing.