-
Notifications
You must be signed in to change notification settings - Fork 109
Add deploy-unittest-venv.sh #12310
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
Add deploy-unittest-venv.sh #12310
Conversation
Here is the usage of this: Setting up:
Running unittests:
Work interactively with the unittests:
|
Jenkins results:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
niiiice thanks todor! :)
@todor-ivanov can you please make the relevant information also available in our documentation and link it in the PR description? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see message above
Hi @amaltaro, thanks! Sorry, for the delayed reply. I am adding the information to the relevant WMCore doc in a minute. |
Here is the PR for the documentation update: https://gitlab.cern.ch/dmwm/wmcore-docs/-/merge_requests/84 |
Thanks Todor. |
Fixes #12266
Status
testing
Description
With the current PR we add a script that'd allow to set a minimal set of additional environment variables such that we can use an already deployed and initialized virtual environment to develop and run unit tests as well.
Is it backward compatible (if not, which system it affects?)
YES
Related PRs
Documentation update PR
External dependencies / deployment changes
None