Skip to content

Commit

Permalink
Add pytest cplex mark to notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
KilianPoirier committed Jun 20, 2024
1 parent 0d6f66e commit 981f662
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,13 @@ def test_tutorial_quantum_approximate_optimization_algorithm():


# @pytest.mark.notebook
@pytest.mark.cplex
def test_docplex_example():
notebook_test_function("./examples/community_tutorials/02_docplex_example.ipynb")


# @pytest.mark.notebook
@pytest.mark.cplex
def test_portfolio_optimization():
notebook_test_function(
"./examples/community_tutorials/03_portfolio_optimization.ipynb"
Expand Down

0 comments on commit 981f662

Please sign in to comment.