Skip to content

Commit

Permalink
ADD: errors raised tests
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentAuriau committed Dec 28, 2024
1 parent eadf632 commit 7054e33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit_tests/tools/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def test_lc_pricing_instantiate():
assortment_size=2,
)


def test_wrong_solver():
"""Test error raised when specifying wrong solver."""
solver = "rotools"
Expand Down

0 comments on commit 7054e33

Please sign in to comment.