refactor: Convert currency tests to pytest and run in Docker

This commit is contained in:
Petr Baudis 2025-04-23 16:45:06 +02:00
parent 8983ae13bf
commit 0789cb89ea
4 changed files with 104 additions and 76 deletions

View file

@ -4,6 +4,7 @@ FROM debian:bookworm-slim
RUN apt-get update && apt-get install -y \
python3 \
python3-psycopg2 \
python3-pytest \
postgresql \
postgresql-client \
sudo \