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

Dockerize unit tests #581

Merged
merged 4 commits into from
Jun 25, 2024
Merged

Dockerize unit tests #581

merged 4 commits into from
Jun 25, 2024

Conversation

ahouseholder
Copy link
Contributor

This PR adds a Dockerfile that installs the requirements and runs the included unit tests.

Usage:

$ docker build -t ssvc_test .
...
$ docker run -it --rm ssvc_test 
............................................................ [100%]
60 passed in 0.71s

I'd like to eventually dockerize the dev server too, but that will come later.

@ahouseholder ahouseholder removed the request for review from cgyarbrough June 13, 2024 14:58
@ahouseholder ahouseholder self-assigned this Jun 13, 2024
@ahouseholder ahouseholder added enhancement New feature or request environment Project environment, deployment, CI, etc. labels Jun 13, 2024
Copy link
Contributor

@sei-vsarvepalli sei-vsarvepalli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docker works well - useful.

@sei-vsarvepalli sei-vsarvepalli merged commit ead5217 into CERTCC:main Jun 25, 2024
2 checks passed
@ahouseholder ahouseholder added this to the 3Q24 milestone Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request environment Project environment, deployment, CI, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants