Skip to content

Commit

Permalink
Shift doc and plugins test up one level
Browse files Browse the repository at this point in the history
Categorizing these tests in an all directory seems pointless, was
probably an intention earlier but that is not valid anymore
  • Loading branch information
berland committed Oct 16, 2024
1 parent 2d4421b commit ace090c
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 3 deletions.
Empty file.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import pytest

from ert.plugins import ErtPluginContext
from tests.ert.unit_tests.all.plugins import dummy_plugins
from tests.ert.unit_tests.plugins import dummy_plugins

env_vars = [
"ECL100_SITE_CONFIG",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

import ert.plugins.hook_implementations
from ert.plugins import ErtPluginManager
from tests.ert.unit_tests.all.plugins import dummy_plugins
from tests.ert.unit_tests.all.plugins.dummy_plugins import (
from tests.ert.unit_tests.plugins import dummy_plugins
from tests.ert.unit_tests.plugins.dummy_plugins import (
DummyFMStep,
)

Expand Down
File renamed without changes.

0 comments on commit ace090c

Please sign in to comment.