Skip to content

Commit c5b45f1

Browse files
committed
Add symlink to example t01-services dir
1 parent 681861e commit c5b45f1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

tests/conftest.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
@pytest.fixture
1212
def builder():
13-
ixx_services = Path(__file__).parent.parent.joinpath(Path("example/t01-services"))
13+
ixx_services = Path(__file__).parent.joinpath(Path("t01-services"))
1414
techui_path = ixx_services.joinpath("synoptic/techui.yaml")
1515

1616
b = Builder(techui_path)
@@ -40,9 +40,7 @@ def example_json_map():
4040

4141
@pytest.fixture
4242
def generator():
43-
synoptic_dir = Path(__file__).parent.parent.joinpath(
44-
Path("example/t01-services/synoptic")
45-
)
43+
synoptic_dir = Path(__file__).parent.joinpath(Path("t01-services/synoptic"))
4644

4745
g = Generator(synoptic_dir)
4846

tests/t01-services

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../example/t01-services

0 commit comments

Comments
 (0)