Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/jump.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ function _hexaly_read_routes(model, nodes)
return routes
end

MathOptVRP.runtests(Hexaly.Optimizer; read_routes = _hexaly_read_routes)
MathOptVRP.Tests.runtests(Hexaly.Optimizer; read_routes = _hexaly_read_routes)
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ const HAS_LICENSE = Hexaly.has_license()
include("sudoku.jl")
include("knapsack.jl")
# The VRP-variant JuMP tests live in `MathOptVRP`'s Test extension
# and are run through `MathOptVRP.runtests` here with a Hexaly-
# specific route reader. See `test/jump.jl` for that wiring.
# and are run through `MathOptVRP.Tests.runtests` here with a
# Hexaly-specific route reader. See `test/jump.jl` for that wiring.
include("jump.jl")
end
end
Loading