test: add pytest suite and gate Docker builds on it

Unit tests cover the SQL gate, broadcast codec, Hive writer layout,
and flight kinematics. CI runs pytest first; the simulator image build
runs tests in a dedicated stage before the final layer.
This commit is contained in:
2026-07-08 20:17:18 +01:00
parent eef6623f39
commit d58569b25c
9 changed files with 207 additions and 20 deletions
+1
View File
@@ -1,3 +1,4 @@
pyarrow>=16.0
duckdb>=1.0
pytz>=2024.1 # duckdb needs it to fetch TIMESTAMPTZ values into Python
pytest>=8.0