-
Notifications
You must be signed in to change notification settings - Fork 191
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 tests for assignment and referencing of params in main.nf #2841
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.
Thanks for adding these tests!!
It is looking good :) The only thing to take into account is that we shouldn't modify the original pipeline template but only modify files within the tests.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files☔ View full report in Codecov by Sentry. |
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, thank you :)
Thanks for the help on this. Happy to contribute 🙂 |
Trying to add some tests for the bug reported in #2833.
I locally tested that the test
test_allow_params_reference_in_main_nf
fails (as desired) with the former regexp which caused the bug #2833.PR checklist
CHANGELOG.md
is updateddocs
is updated