Skip to content

Commit aba7d8c

Browse files
committed
Update nf-test
1 parent b53dd5f commit aba7d8c

File tree

4 files changed

+14
-54
lines changed

4 files changed

+14
-54
lines changed

tests/default.nf.test.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"pipeline_info/pipeline_dag.html"
3636
],
3737
{
38-
"BAM_CHR_EXTRACT": {
38+
"BAMCHREXTRACT": {
3939
"samtools": 1.2,
4040
"grep": 1.36
4141
},
@@ -82,8 +82,8 @@
8282
],
8383
"meta": {
8484
"nf-test": "0.9.2",
85-
"nextflow": "25.04.4"
85+
"nextflow": "24.10.5"
8686
},
87-
"timestamp": "2025-06-18T20:10:23.611611739"
87+
"timestamp": "2025-06-19T12:08:26.328996747"
8888
}
8989
}

tests/main.nf.test.snap

Lines changed: 0 additions & 44 deletions
This file was deleted.

workflows/phaseimpute/tests/function.nf.test

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ nextflow_function {
2525

2626
then {
2727
assertAll(
28-
{ assert function.success }
28+
{ assert function.success },
29+
{ assert snapshot(
30+
function.result
31+
).match()}
2932
)
3033
}
3134
}
@@ -47,7 +50,10 @@ nextflow_function {
4750

4851
then {
4952
assertAll(
50-
{ assert function.success }
53+
{ assert function.success },
54+
{ assert snapshot(
55+
function.result
56+
).match()}
5157
)
5258
}
5359
}

workflows/phaseimpute/tests/function.nf.test.snap

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,14 @@
1414
"Prepare chunks channel error tool": {
1515
"content": [
1616
[
17-
"N E X T F L O W ~ version 24.10.4",
18-
"Launching `/home/llenezet/repositories/phaseimpute/.nf-test-dd0d5421ca2fe0df9ae90be137523768.nf` [scruffy_fermat] DSL2 - revision: d78e86493b",
1917
"Only 'glimpse' and 'quilt' output format are supported. Got glimpse2"
2018
]
2119
],
2220
"meta": {
23-
"nf-test": "0.9.1",
24-
"nextflow": "24.10.4"
21+
"nf-test": "0.9.2",
22+
"nextflow": "24.10.5"
2523
},
26-
"timestamp": "2025-03-03T16:59:53.809041216"
24+
"timestamp": "2025-06-19T12:09:56.512996688"
2725
},
2826
"Prepare chunks channel Glimpse": {
2927
"content": [

0 commit comments

Comments
 (0)