You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to create the test container with a similar Dockerfile to the Backend (svc) container, which will send requests directly to the Backend and receives responses for each request. Based on the responses, it uses pytest to run unit tests.
Acceptable Criteria
add the test container to the docker-compose.yml file
use a similar Dockerfile to the svc container
add the pytest module to the container
Related Story
This story directly relates to #65 and similar to #26 ticket.
Technical Info
Please refer to the Dockerfile and docker-compose.yml files on this project. Additionally, You can get information about the pytest from here
The text was updated successfully, but these errors were encountered:
Description
We need to create the
test
container with a similarDockerfile
to the Backend (svc
) container, which will send requests directly to the Backend and receives responses for each request. Based on the responses, it uses pytest to run unit tests.Acceptable Criteria
test
container to thedocker-compose.yml
fileDockerfile
to thesvc
containerRelated Story
This story directly relates to #65 and similar to #26 ticket.
Technical Info
Please refer to the
Dockerfile
anddocker-compose.yml
files on this project. Additionally, You can get information about the pytest from hereThe text was updated successfully, but these errors were encountered: