-
Notifications
You must be signed in to change notification settings - Fork 26
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 TEST_PROPERTIES
keyword in ecbuild_add_test
#76
Conversation
Hi @tweska welcome to the ecbuild developers team! Great to see contributions. The reasoning:
To add test properties I always did an a posteriori command myself to e.g. add LABELS:
I feel that for the very advanced cases that are used in multio to add fixtures etc. it would be OK to use the approach of using Note further that there are two other keywords: DEPENDS and TEST_DEPENDS. As a side note: |
a37a37e
to
1d65e21
Compare
Hi @wdeconinck, I added the |
I noticed the LABELS keyword is already there. I should start using it and rtfm :) |
Nice, could you add a test for this property as well? |
PROPERTIES
in ecbuild_add_test
TEST_PROPERTIES
keyword in ecbuild_add_test
b679ba5
to
3b5db9c
Compare
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.
All looks great! Thanks @tweska !
While updating tests in MultIO, I found that the
PROPERTIES
keyword could not be used inecbuild_add_test
.