Skip to content

Commit 5e88b1f

Browse files
committed
fix: add pytest fixture
1 parent 7300201 commit 5e88b1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_optimization.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ def test_solver_time_limit_options(model: Model, solver: str, io_api: str) -> No
442442
assert status == "ok"
443443

444444

445+
@pytest.mark.parametrize("solver,io_api", params)
445446
def test_solver_method_options(model: Model, solver: str, io_api: str) -> None:
446447
method_options = {
447448
"highs": {"solver": "ipm", "run_crossover": "off", "parallel": "on"},

0 commit comments

Comments
 (0)