-
Notifications
You must be signed in to change notification settings - Fork 20
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
Unify how we run tests and the code locally #1
Comments
@alexskr what do you think about this? FYI @ontoportal/industryportal , @ontoportal/ecoportal, @ontoportal/bioportal |
I agree it would be a good idea to update and standardize the way we run unit tests. Our current approach is to run Most of BioPortal developers use RubyMine which has a way to interact with containers but I do not think that we have fully switched development to use docker-based workflows yet. One thing that can make it easier to use docker-based workflows is dip which stands for Docker Interaction Program. For example, to run unit tests I simply run
|
Yeah, dip seams great to hominize our workflows. Can you (@alexskr) share with us your configuration files (your dip.yml on a pull request). I think we will need at least those dip interactions:
|
Ah sorry there was already shared 4 month ago, I didn't seen it. (still need a documentation and dip serve) |
Currently to run tests , there is all this (historical) options:
I think we need to harmonize how we run tests, by (if possible):
That was for testing, but why can't we use the same docker-compose.yml for development ?
The text was updated successfully, but these errors were encountered: