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

this moves dependencies around so development deps are in the testing… #18

Closed adolgert closed 3 years ago

adolgert commented 3 years ago

This worked. I pulled dependencies out of the main Project.toml and put them either into docs or test. This is much cleaner. Going to put this on a separate PR b/c it may blow up. I don't know.