Skip to content

Commit

Permalink
Delete unused fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeda committed Sep 3, 2024
1 parent 89d13ad commit 923be9c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/unit_tests/data/test_integration_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,13 @@
from ert.data import MeasuredData
from ert.data._measured_data import ObservationError
from ert.libres_facade import LibresFacade
from ert.storage import open_storage


@pytest.fixture()
def facade_snake_oil(snake_oil_case_storage):
yield LibresFacade(snake_oil_case_storage)


@pytest.fixture
def default_ensemble(snake_oil_case_storage):
with open_storage(snake_oil_case_storage.ens_path) as storage:
yield storage.get_ensemble_by_name("default_0")


@pytest.fixture
def create_measured_data(snake_oil_case_storage, snake_oil_default_storage):
def func(*args, **kwargs):
Expand Down

0 comments on commit 923be9c

Please sign in to comment.