init unit tests

This commit is contained in:
grillazz
2021-03-26 13:07:42 +01:00
parent ee843f8b14
commit 8f7e264fd1
11 changed files with 95 additions and 22 deletions

View File

@@ -20,7 +20,6 @@ WORKDIR /app
COPY ./the_app/ /app/
COPY ./tests/ /app/
COPY .env /app/
COPY .secrets /app/
RUN set -ex && bash -c "eval $(grep 'PYTHONDONTWRITEBYTECODE' .env)"
RUN set -ex && bash -c "eval $(grep 'PYTHONUNBUFFERED' .env)"