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/nonfunctional suite #8

Closed adolgert closed 3 years ago

adolgert commented 3 years ago

This is a script to measure time and memory usage. It also shows the size of generated test suites. These are saved to a file. This can be used for regression testing. This doesn't ask what happens when other features are used, such as disallowing some inputs, using multiple levels of inputs, or seeding the inputs. Those should be added.