feat: complete refactor

This commit is contained in:
dextmorgn
2025-11-27 17:16:41 +01:00
parent 94e7bd7f9f
commit 2123ea5b8d
185 changed files with 2526 additions and 8286 deletions

View File

@@ -0,0 +1,7 @@
# flowsint-enrichers tests
Run the tests (make sure you are in `flowsint_tranforms` folder).
```bash
python -m pytest tests/ -v --tb=short
```