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 tests #249

Open
isaacguerreir opened this issue Feb 21, 2022 · 0 comments
Open

Dockerize tests #249

isaacguerreir opened this issue Feb 21, 2022 · 0 comments

Comments

@isaacguerreir
Copy link

Github Actions are a container where people could reliably run code in the same context every time. One of the pipelines in this project is the script for regression tests. If some coder is trying to create new tests, or develop features while testing (TDD), he should find the environment (context) necessary to test locally the tests (python version, environment setting, find the correct script tests).

Dockerizing an environment could make the development and testing easier, almost like running the python-test pipeline locally. In practice, we should create a Dockerfile, a bash script that runs the container, and add the information on how to run the bash script.

This could be expanded lately to have another docker environment to run syncronize.yml locally.

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

No branches or pull requests

1 participant