jump-dev / JuMP.jl

Modeling language for Mathematical Optimization (linear, mixed-integer, conic, semidefinite, nonlinear)
http://jump.dev/JuMP.jl/
Other
2.21k stars 393 forks source link

Test coverage #345

Closed joehuchette closed 7 years ago

joehuchette commented 9 years ago

Just ran @timholy PR on Coverage (thanks, Tim!) and inspecting the .cov files, I see the following spots where our coverage could improve:

Plus a whole bunch of test-throws cases we could add to try to catch bad behavior in user code.

mlubin commented 7 years ago

This list is stale, but always worth thinking about coverage