Skip to content

Commit

Permalink
remove duplicate test fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanDeHoop committed Dec 19, 2024
1 parent 006fcd4 commit 0f2eab1
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions tests/everest/test_everlint.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,6 @@
from tests.everest.utils import relpath


@pytest.fixture
def min_config():
yield yaml.safe_load(
dedent("""
model: {"realizations": [0]}
controls:
-
name: my_control
type: well_control
min: 0
max: 0.1
variables:
- { name: test, initial_guess: 0.1 }
objective_functions:
- {name: my_objective}
config_path: .
""")
)


@pytest.mark.parametrize(
"required_key",
(
Expand Down

0 comments on commit 0f2eab1

Please sign in to comment.