-
Notifications
You must be signed in to change notification settings - Fork 4
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
Clean up pipeline tests #438
Clean up pipeline tests #438
Conversation
c9189df
to
10eb3ba
Compare
33b784d
to
dd7300a
Compare
1e0ec67
to
0acfc2a
Compare
0acfc2a
to
540ad23
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.
You told me there's something missing so I'm holding out on giving an explicit response
nf-test.config
Outdated
// location of an optional nextflow.config file specific for executing tests | ||
configFile "conf/test.config" | ||
// run all test with defined profile(s) from the main nextflow.config | ||
profile "test,docker" |
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.
I don't understand why you specify test,docker
as the default profile here but only test
in the tests themselves. I think, they should either be consistent or you set the profile only here. (Also, I don't know which one takes precedence)
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.
You are right, I'll remove the profile part from the tests, and updated this to only profile "test".
} | ||
} | ||
|
||
then { |
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.
then { | |
then { |
Messed up indentation. I think it's like that in the other tests, too.
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 👍
Closes #375
PR checklist
nf-core pipelines lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile debug,test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).