adolgert / UnitTestDesign.jl

Increases unit test coverage with fewer test cases using all-pairs and other covering arrays.
http://computingkitchen.com/UnitTestDesign.jl/stable/
MIT License
15 stars 2 forks source link

Feature/pull apart ipog #12

Closed adolgert closed 3 years ago

adolgert commented 3 years ago

This rewrites the in-parameter-order algorithm. Testing showed the original version yielded too many tuples. This reduces the number of tuples to what we expect. There was a subtle difference in the algorithm. Hint: Don't do what the easy-to-follow directions tell you. Do what the hard-to-follow paper says to do.