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/flip arrays #2

Closed adolgert closed 3 years ago

adolgert commented 3 years ago

The arrays were flipped col-row from where they should be for efficiency. This is standard stuff. I followed the papers without thinking about Julia being in Fortran-order. This flips all of them and ensures all tests run.