Skip to content

Commit

Permalink
Move cli tests to ui_tests/cli
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren committed Sep 13, 2024
1 parent a7b09b7 commit 9271d7d
Show file tree
Hide file tree
Showing 17 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tests/integration_tests/scheduler/test_openpbs_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from ert.cli.main import ErtCliError
from ert.mode_definitions import ENSEMBLE_EXPERIMENT_MODE
from ert.scheduler.openpbs_driver import OpenPBSDriver
from tests.integration_tests.run_cli import run_cli
from tests.ui_tests.cli.run_cli import run_cli

from .conftest import mock_bin

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from ert.storage import open_storage

random_seed_line = "RANDOM_SEED 1234\n\n"
from tests.integration_tests.run_cli import run_cli
from tests.ui_tests.cli.run_cli import run_cli


def run_cli_ES_with_case(poly_config):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from ert.mode_definitions import ENSEMBLE_SMOOTHER_MODE
from ert.storage import open_storage
from ert.storage.realization_storage_state import RealizationStorageState
from tests.integration_tests.run_cli import run_cli
from tests.ui_tests.cli.run_cli import run_cli


@pytest.fixture
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
from ert.config import ErtConfig
from ert.mode_definitions import ENSEMBLE_SMOOTHER_MODE
from ert.storage import open_storage
from tests.integration_tests.run_cli import run_cli

from .run_cli import run_cli


@pytest.mark.integration_test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
from ert.libres_facade import LibresFacade
from ert.mode_definitions import ENSEMBLE_SMOOTHER_MODE
from ert.storage import open_storage
from tests.integration_tests.run_cli import run_cli

from .run_cli import run_cli


def load_from_forward_model(ert_config, ensemble):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
import pytest

from ert.plugins import ErtPluginManager
from tests.integration_tests.run_cli import run_cli_with_pm

from .run_cli import run_cli_with_pm


@pytest.mark.integration_test
Expand Down
File renamed without changes.

0 comments on commit 9271d7d

Please sign in to comment.