Skip to content

Commit

Permalink
Add ert_integration marker to more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-eq committed Oct 4, 2024
1 parent 4b28393 commit 12bf08b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/forward_models/replace_string/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"""


@pytest.mark.ert_integration
@pytest.mark.parametrize(
"input_text, replace_from, replace_to, expected",
[
Expand Down
1 change: 1 addition & 0 deletions tests/test_ert_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def test_console_scripts_exit_code(script_runner, entry_point, options):
assert script_runner.run(entry_point, options).returncode != 0


@pytest.mark.ert_integration
@pytest.mark.parametrize(
"forward_model, configuration, expected_error",
[
Expand Down

0 comments on commit 12bf08b

Please sign in to comment.