Skip to content

Commit a8c457d

Browse files
committed
refactor(python): move tests into python/tests/ directory
Relocate all Python unit and E2E test files from python/ and python/e2e/ into python/tests/ and python/tests/e2e/ for better project organization. Update pyproject.toml test paths accordingly.
1 parent 4dc5629 commit a8c457d

20 files changed

+1
-1
lines changed

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ exclude = [
8181
]
8282

8383
[tool.pytest.ini_options]
84-
testpaths = ["."]
84+
testpaths = ["tests"]
8585
python_files = "test_*.py"
8686
python_classes = "Test*"
8787
python_functions = "test_*"

0 commit comments

Comments
 (0)