some testing with python

This commit is contained in:
samantha42
2026-03-20 21:53:55 +01:00
parent 1d06e51db3
commit 7e7c3f6bf4
14 changed files with 3152 additions and 2 deletions

10
testing/requirements.txt Normal file
View File

@@ -0,0 +1,10 @@
# FP&A Test Platform dependencies
# HTTP client — used by loaders/api_loader.py to POST to the Go API
requests>=2.31.0,<3.0.0
# Needed by requests on some systems (usually installed transitively)
certifi>=2023.7.22
urllib3>=1.26.0,<3.0.0
# Note: tests/test_fpa.py uses stdlib only (csv, urllib, json) — no extra deps needed