Skip to content

Commit b31a692

Browse files
committed
refactor(CLI): Move to tests/cli
1 parent 6735f94 commit b31a692

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/cli/__init__.py

Whitespace-only changes.

tests/test_cli.py renamed to tests/cli/test_cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
from tmuxp.workspace.builder import WorkspaceBuilder
3131
from tmuxp.workspace.finders import find_workspace_file
3232

33-
from .constants import FIXTURE_PATH
34-
from .fixtures import utils as test_utils
33+
from ..constants import FIXTURE_PATH
34+
from ..fixtures import utils as test_utils
3535

3636
if t.TYPE_CHECKING:
3737
import _pytest.capture

0 commit comments

Comments
 (0)