File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 18
18
19
19
import pytest
20
20
from _pytest .doctest import DoctestItem
21
- from libtmux .test import namer
21
+ from libtmux .test . random import namer
22
22
23
23
from tests .fixtures import utils as test_utils
24
24
from tmuxp .workspace .finders import get_workspace_dir
Original file line number Diff line number Diff line change 5
5
import typing as t
6
6
7
7
import 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
9
10
10
11
if t .TYPE_CHECKING :
11
12
from libtmux .server import Server
Original file line number Diff line number Diff line change 16
16
from libtmux .exc import LibTmuxException
17
17
from libtmux .pane import Pane
18
18
from 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
20
21
from libtmux .window import Window
21
22
22
23
from tests .constants import EXAMPLE_PATH , FIXTURE_PATH
You can’t perform that action at this time.
0 commit comments