add vector_io provider integration tests

This commit is contained in:
Hardik Shah 2025-06-26 13:29:13 -07:00
parent 1d3f27fe5b
commit db884d71ae
2 changed files with 101 additions and 0 deletions

View file

@ -29,6 +29,7 @@ mapfile -t py_dirs < <(
-type f \
-name "*.py" ! -name "__init__.py" \
! -path "*/.venv/*" \
! -path "*/node_modules/*" \
-exec dirname {} \; | sort -u
)