-
Notifications
You must be signed in to change notification settings - Fork 41
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 full Modelica TestCase annotation also to Base Modelica #3542
base: MCP/0031
Are you sure you want to change the base?
Conversation
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.
LGTM
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.
Why is it in the package not the model?
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.
As indicated I don't see why it is on the package not model
Sorry, I missed that. Of course it should be in the model |
Looks like a mistake to not place it side by side with |
During test implementation, we have quickly arrived at a point where we need to build Base Modelica test models, so even if we are not going to be using the
TestCase
annotation ourselves, this indicates that the annotation is just as relevant for Base Modelica as it is for full Modelica.