jump-dev / MINLPTests.jl

Unit and Integration Tests for JuMP NLP and MINLP solvers
MIT License
12 stars 6 forks source link

Reorg #3

Closed odow closed 5 years ago

odow commented 5 years ago

Does it make sense to move all of the tests into src, and then expose test_nlp(solver), test_nlp_cvx(solver) etc. Then solvers can depend upon MINLPTests in their tests and call the appropriate function.

ccoffrin commented 5 years ago

Sounds good to me. This design would also facilitate a flexible transition to MOI-based tests.