updated test container dockerfile for new location of tests directory

This commit is contained in:
Matthias Bisping 2022-04-26 12:48:12 +02:00
parent 37881da08e
commit afd67d87a6

View File

@ -16,4 +16,4 @@ COPY . .
RUN python3 -m pip install -e .
RUN python3 -m pip install -r requirements.txt
CMD coverage run -m pytest pyinfra/test/ -x && coverage report -m && coverage xml
CMD coverage run -m pytest test/ -x && coverage report -m && coverage xml