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 bf28928 commit 1ba3f90Copy full SHA for 1ba3f90
tests/unit_tests/test_github_workflows.py
@@ -3,7 +3,7 @@
3
4
import pytest
5
6
-from util import templates_matching
+from tests.util import templates_matching
7
8
9
@pytest.mark.parametrize(
tests/util.py
@@ -1,7 +1,7 @@
1
"""Module containing utility functions used by tests."""
2
from pathlib import Path
-from constants import COOKIECUTTER_FOLDER
+from tests.constants import COOKIECUTTER_FOLDER
def templates_matching(pattern: str) -> list[Path]:
0 commit comments