feat(sync): add unified main.py CLI dispatcher

This commit is contained in:
Misaka_Company
2026-07-15 14:03:24 +08:00
parent e9f012eab5
commit 1b44ca28e4
3 changed files with 184 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
[tool.pytest.ini_options]
pythonpath = ["src"]
pythonpath = ["src", "."]
testpaths = ["tests"]
markers = ["integration: marks tests requiring real Access/SQL Server"]