Skip to content

Commit

Permalink
Move interaction focused gui tests to ui_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren committed Sep 13, 2024
1 parent 875f571 commit a508a1e
Show file tree
Hide file tree
Showing 39 changed files with 469 additions and 457 deletions.
5 changes: 2 additions & 3 deletions tests/performance_tests/test_snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@
FMStepSnapshot,
RealizationSnapshot,
)

from ..unit_tests.gui.conftest import ( # noqa: F401
from tests.ui_tests.gui.conftest import ( # noqa: F401
active_realizations_fixture,
large_snapshot,
)
from ..unit_tests.gui.simulation.test_run_dialog import ( # noqa: F401
from tests.unit_tests.gui.simulation.test_run_dialog import ( # noqa: F401
event_queue,
notifier,
run_dialog,
Expand Down
Loading

0 comments on commit a508a1e

Please sign in to comment.