Skip to content

Commit

Permalink
fixup! Change unittest to pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
daklauss committed Jan 6, 2025
1 parent 83f26bc commit 1aa2228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Test
run: |
pytest tests -m "not slow"
pytest tests -m "not slow" --durations=0
- name: Install pypa/build
run: |
Expand Down
1 change: 1 addition & 0 deletions tests/test_cadet_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@ def test_sensitivity_config(self, process: Process):


@pytest.mark.parametrize("simulation_results", test_cases, indirect=True)
@pytest.mark.slow
class TestResultsWithLWE:
def test_trigger_simulation(self, simulation_results):
"""
Expand Down

0 comments on commit 1aa2228

Please sign in to comment.