[router] add py binding unit tests to coverage 80% (#10043)

This commit is contained in:
Keyang Ru
2025-09-05 08:40:21 -07:00
committed by GitHub
parent bd7f882142
commit 045ab92dc0
10 changed files with 2649 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ dev = [
"requests>=2.25.0",
]
# https://github.com/PyO3/setuptools-rust?tab=readme-ov-file
[tool.setuptools.packages]
find = { where = ["py_src"] }