feat(infra): auto-commit con 88 cambios

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-11 00:16:46 +02:00
parent 6bc97df5c0
commit eb8dbf66a1
126 changed files with 10933 additions and 287 deletions
+8
View File
@@ -45,3 +45,11 @@ jupyter = [
dev = [
"pytest>=9.0.2",
]
[tool.pytest.ini_options]
# Las funciones del registry importan paquetes por su nombre raiz
# (p.ej. `from obsidian import format_obsidian_note`), por lo que el
# directorio `functions/` debe estar en sys.path al recolectar tests.
# `functions/obsidian` permite a los tests importar los modulos hoja por
# su nombre directo (p.ej. `from format_obsidian_note import ...`).
pythonpath = ["functions", "functions/obsidian"]