Skip to content

Commit f4b5b5d

Browse files
authored
Merge pull request #3298 from nf-core/subworkflow-messages
Improve subworkflow nf-test migration warning
2 parents a9d97e4 + c23af55 commit f4b5b5d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
### Subworkflows
3434

3535
- Add `nf-core subworkflows patch` command ([#2861](https://github.com/nf-core/tools/pull/2861))
36+
- Improve subworkflow nf-test migration warning ([#3298](https://github.com/nf-core/tools/pull/3298))
3637

3738
### General
3839

nf_core/subworkflows/lint/subworkflow_tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def subworkflow_tests(_, subworkflow: NFCoreComponent):
5050
subworkflow.warned.append(
5151
(
5252
"test_dir_exists",
53-
"nf-test directory is missing",
53+
"Migrate pytest-workflow to nf-test",
5454
subworkflow.nftest_testdir,
5555
)
5656
)

0 commit comments

Comments
 (0)