Feat: Firts Test first tests of the environment

This commit is contained in:
2024-06-20 13:57:21 -05:00
parent b6d78c54cb
commit b4999f9640
15 changed files with 85 additions and 401951 deletions

5
Dockerfile_Test Executable file
View File

@@ -0,0 +1,5 @@
# TOMADO DE: https://hg.tryton.org/tryton-docker/file/tip/6.6/Dockerfile
FROM python:3.11-bullseye
# trytond DB_CACHE requiere commandos `pg_dump` y `pg_restore`
RUN apt-get update && apt-get install -y postgresql-client