-
-
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
Common base class for Parameters,Calculations,Visibilities #129
Conversation
I think It might be fixed by adding
to |
Strange, for me it worked when I re-activated this feature 🤔 |
(and fix a bug in Parameters if ´index == 0´)
Coverage Report
|
@Bouni: Just triggering the CI did not help. After I rebased to |
I just realized that |
No, don't quite understand this (yet). Just checked out your branch locally and invoked the same command on my machine that is executed in the pipeline. For me it looks like this:
So the new test classes have been picked up. Not sure why this is not the case here in this pull request. Maybe some kind of caching? Re-triggering the job did not help, though, will have to investigate further. |
Overall the changes look fine to me. Unit tests also seem to work fine (locally), so in case you want to go ahead with the merge, it's fine with me. The unit test issue needs to be addressed eventually, though. |
This patch addresses #122. It also provides some simple tests for these classes.
Please let me know if you have a better name for the base class.