diff --git a/src/ert/shared/share/ert/forward-models/res/script/flow_config.yml b/src/ert/shared/share/ert/forward-models/res/script/flow_config.yml new file mode 100644 index 00000000000..9a5d2463f14 --- /dev/null +++ b/src/ert/shared/share/ert/forward-models/res/script/flow_config.yml @@ -0,0 +1,4 @@ +versions: + '2023.04-pre': + scalar: + executable: /Users/fedacuric/opm-simulators/build/bin/flow diff --git a/tests/unit_tests/cli/test_integration_cli.py b/tests/unit_tests/cli/test_integration_cli.py index bdb63d6647d..a871ab1697b 100644 --- a/tests/unit_tests/cli/test_integration_cli.py +++ b/tests/unit_tests/cli/test_integration_cli.py @@ -81,6 +81,20 @@ def test_runpath_file(tmpdir, source_root): assert os.path.isfile("RUNPATH_WORKFLOW_1.OK") +# def test_reek_case(): +# parser = ArgumentParser(prog="test_reek") +# parsed = ert_parser( +# parser, +# [ +# ENSEMBLE_SMOOTHER_MODE, +# "--target-case", +# "ES_loc", +# "/Users/fedacuric/reek/ert/config.ert", +# ], +# ) +# run_cli(parsed) + + @pytest.mark.integration_test def test_ensemble_evaluator(tmpdir, source_root): shutil.copytree(