File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1818
1919import pytest
2020from _pytest .doctest import DoctestItem
21- from libtmux .test import namer
21+ from libtmux .test . random import namer
2222
2323from tests .fixtures import utils as test_utils
2424from tmuxp .workspace .finders import get_workspace_dir
Original file line number Diff line number Diff line change 55import typing as t
66
77import pytest
8- from libtmux .test import get_test_session_name , temp_session
8+ from libtmux .test .random import get_test_session_name
9+ from libtmux .test .temporary import temp_session
910
1011if t .TYPE_CHECKING :
1112 from libtmux .server import Server
Original file line number Diff line number Diff line change 1616from libtmux .exc import LibTmuxException
1717from libtmux .pane import Pane
1818from libtmux .session import Session
19- from libtmux .test import retry_until , temp_session
19+ from libtmux .test .retry import retry_until
20+ from libtmux .test .temporary import temp_session
2021from libtmux .window import Window
2122
2223from tests .constants import EXAMPLE_PATH , FIXTURE_PATH
You can’t perform that action at this time.
0 commit comments