Testing
Guía de testing del backend.
Tests Disponibles
- 781+ tests pasando (incluyendo 63 tests de GHL v2.2)
- Tests de endpoints
- Tests de servicios
- Tests de integraciones
- Tests de seguridad
Ejecutar Tests
# Ejecutar todos los tests
docker compose exec backend pytest
# Ejecutar tests específicos
docker compose exec backend pytest tests/endpoints/test_projects.py
Más Información
Consulta la Documentación de Testing para más detalles.