Skip to content

Commit

Permalink
Include idem and idem-stack in ecwam regression
Browse files Browse the repository at this point in the history
  • Loading branch information
reuterbal committed Jun 27, 2024
1 parent 1a6baca commit 32d22b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loki/transformations/tests/test_ecwam.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def fixture_bundle_create(here, local_loki_bundle):

@pytest.mark.usefixtures('bundle_create')
@pytest.mark.skipif(not HAVE_FP, reason="FP needed for ECWAM parsing")
@pytest.mark.parametrize('mode', ['scc', 'scc-stack'])
@pytest.mark.parametrize('mode', ['idem', 'idem-stack', 'scc', 'scc-stack'])
def test_ecwam(here, mode, tmp_path):
build_dir = tmp_path/'build'
build_cmd = [
Expand Down

0 comments on commit 32d22b3

Please sign in to comment.