We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5658441 commit 310ea68Copy full SHA for 310ea68
unit_tests/source_declarative_manifest/conftest.py
@@ -3,13 +3,14 @@
3
#
4
5
import os
6
+from pathlib import Path
7
8
import pytest
9
import yaml
10
11
12
def get_fixture_path(file_name):
- return os.path.join(os.path.dirname(__file__), file_name)
13
+ return Path(__file__).parent.parent / file_name
14
15
16
@pytest.fixture
0 commit comments