Skip to content

Commit a9dce74

Browse files
committed
test(ci[move]): Relocate test_package_tools.py to tests/ci/
why: Keep CI-tooling tests colocated with test_bump_version.py under a single tests/ci/ subpackage that mirrors scripts/ci/. what: - git mv tests/test_package_tools.py tests/ci/test_package_tools.py - Adjust sys.path insertion depth (parents[1] -> parents[2]).
1 parent b2d8592 commit a9dce74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import pytest
99

10-
sys.path.insert(0, str(pathlib.Path(__file__).resolve().parents[1] / "scripts" / "ci"))
10+
sys.path.insert(0, str(pathlib.Path(__file__).resolve().parents[2] / "scripts" / "ci"))
1111
import package_tools
1212

1313

0 commit comments

Comments
 (0)