mirror of
https://github.com/reconurge/flowsint.git
synced 2026-07-17 17:43:17 -05:00
Previous fix covered one occurrence; 17 other tests built Neo4jGraphRepository(neo4j_connection=None), hitting the singleton fallback that requires NEO4J_* env vars. Single helper, no env dependency left.
flowsint-core
The repository containing the core components for flowsint.
It contains:
- Celery tasks
- Authentication
- NEO4J database connectors
- POSTGRESQL database connectors
- Enricher base class
- Enricher orchestrator
- Enricher registry
- Encrypted vault
Testing
uv run pytest
⚠️ 🚧 Work in progress !.