Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating the Test container #35

Open
kirubeltadesse opened this issue Jun 4, 2022 · 0 comments · May be fixed by #80
Open

Creating the Test container #35

kirubeltadesse opened this issue Jun 4, 2022 · 0 comments · May be fixed by #80
Assignees

Comments

@kirubeltadesse
Copy link
Collaborator

kirubeltadesse commented Jun 4, 2022

Description

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants