Start of integration tests
This commit is contained in:
9
tests_integration/Dockerfile
Normal file
9
tests_integration/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM python:3.11-alpine
|
||||
|
||||
COPY requirements.txt /tester/
|
||||
|
||||
WORKDIR /tester
|
||||
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
ENTRYPOINT [ "pytest", "tests" ]
|
||||
Reference in New Issue
Block a user