refactor: consolidate python/tests/ into tests/ directory

Move all Python test files from python/tests/ to the top-level tests/
directory to match the project's CONTRIBUTING.md guidelines. Update
sys.path inserts and template path references to reflect the new
location.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Eugene Mikhantyev
2026-04-12 11:22:39 +01:00
parent c92ca96bac
commit 5de932e2b3
11 changed files with 21 additions and 22 deletions

View File

@@ -7,7 +7,7 @@ python_classes = Test*
python_functions = test_*
# Test paths
testpaths = tests python/tests
testpaths = tests
# Minimum Python version
minversion = 6.0