We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Create a container a test and just run the tests in the svc container.
test
svc
This is the first container to run unit tests separately.
There is a sample code that will be added to the docker-compose.yml file.
docker-compose.yml
test: build: . init: true volumes: - same as the svc command: - /path/to/python - -m - pytest - tests depends_on: - svc
There is additional resource about pytest
The text was updated successfully, but these errors were encountered:
Roberamelaek
No branches or pull requests
Description
Create a container a
test
and just run the tests in thesvc
container.Acceptable Criteria
Related Story
This is the first container to run unit tests separately.
Technical Info
There is a sample code that will be added to the
docker-compose.yml
file.There is additional resource about pytest
The text was updated successfully, but these errors were encountered: