|
|
@ -36,4 +36,4 @@ ENV PATH="/usr/local/bin:$PATH"
|
|
|
|
WORKDIR /usr/src/app/tests
|
|
|
|
WORKDIR /usr/src/app/tests
|
|
|
|
|
|
|
|
|
|
|
|
# Default command to run tests located in the /tests directory
|
|
|
|
# Default command to run tests located in the /tests directory
|
|
|
|
CMD pytest /usr/src/app/tests --continue-on-collection-errors --tb=short --disable-warnings | tee /usr/src/app/logs/test_logs.txt
|
|
|
|
CMD pytest /usr/src/app/tests --continue-on-collection-errors --tb=short --disable-warnings | tee /usr/src/app/logs/test_logs.txt
|
|
|
|