Skip to content

Commit 45bf308

Browse files
committed
tests: Delete unused constant
1 parent 76dce17 commit 45bf308

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

tests/test_config.py

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
from . import EXAMPLE_PATH
1313

14-
TMUXP_DIR = pathlib.Path(__file__).parent / ".tmuxp"
15-
1614

1715
@pytest.fixture
1816
def config_fixture():

tests/test_config_teamocil.py

-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
"""Test for tmuxp teamocil configuration."""
2-
import os
3-
42
import pytest
53

64
import kaptan
@@ -9,8 +7,6 @@
97

108
from .fixtures import config_teamocil as fixtures
119

12-
TMUXP_DIR = os.path.join(os.path.dirname(__file__), ".tmuxp")
13-
1410

1511
@pytest.mark.parametrize(
1612
"teamocil_yaml,teamocil_dict,tmuxp_dict",

tests/test_config_tmuxinator.py

-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
"""Test for tmuxp tmuxinator configuration."""
2-
import os
3-
42
import pytest
53

64
import kaptan
@@ -9,8 +7,6 @@
97

108
from .fixtures import config_tmuxinator as fixtures
119

12-
TMUXP_DIR = os.path.join(os.path.dirname(__file__), ".tmuxp")
13-
1410

1511
@pytest.mark.parametrize(
1612
"tmuxinator_yaml,tmuxinator_dict,tmuxp_dict",

0 commit comments

Comments
 (0)